All Projects → anboralabs → intellij-firebase-highlighter

anboralabs / intellij-firebase-highlighter

Licence: MIT license
A Syntax Highlighter for Firebase Rules.

Programming Languages

kotlin
9241 projects
HTML
75241 projects
Lex
420 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to intellij-firebase-highlighter

Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (+696.15%)
Mutual labels:  syntax-highlighting, intellij-plugin
language-grammars
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
Stars: ✭ 14 (-46.15%)
Mutual labels:  syntax-highlighting, bnf
intellij-diff-plugin
Syntax highlighting for .diff files and .patch files in IntelliJ IDEs
Stars: ✭ 17 (-34.62%)
Mutual labels:  syntax-highlighting, intellij-plugin
intellij-prisma
Prisma schema file support for IntelliJ IDEs (WebStorm, PHPStorm, Pycharm, RubyMine, ...)
Stars: ✭ 25 (-3.85%)
Mutual labels:  syntax-highlighting, intellij-plugin
gradle-grammar-kit-plugin
Gradle plugin for generating lexers (with JFlex) and BNF parsers (with Grammar-Kit) for IntelliJ language plugins
Stars: ✭ 76 (+192.31%)
Mutual labels:  jflex, bnf
go-orm-code-helper
🔥🔥🔥go-orm-code-helper is a goland plugin, it aims to make gorm code getting more simple
Stars: ✭ 22 (-15.38%)
Mutual labels:  intellij-plugin
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+65.38%)
Mutual labels:  intellij-plugin
lexertk
C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html
Stars: ✭ 26 (+0%)
Mutual labels:  bnf
new-moon-atom-syntax
New Moon Syntax Theme for Atom
Stars: ✭ 23 (-11.54%)
Mutual labels:  syntax-highlighting
intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-19.23%)
Mutual labels:  intellij-plugin
ReactNativeTools
IntelliJ plugin, to make it easier to execute react-native commands
Stars: ✭ 26 (+0%)
Mutual labels:  intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+353.85%)
Mutual labels:  intellij-plugin
yet-another-emoji-support
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
Stars: ✭ 30 (+15.38%)
Mutual labels:  intellij-plugin
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (+250%)
Mutual labels:  syntax-highlighting
material2-snippets
Visual studio extension & Intellij plugin for Angular Material 2, Teradata Covalent 1, Angular Flex layout 1 & Material icon snippets
Stars: ✭ 14 (-46.15%)
Mutual labels:  intellij-plugin
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+100%)
Mutual labels:  intellij-plugin
rdocsyntax
Syntax highlighting for R HTML documentation
Stars: ✭ 20 (-23.08%)
Mutual labels:  syntax-highlighting
mdyna-app
React+Redux+Electron Note taking application repository
Stars: ✭ 68 (+161.54%)
Mutual labels:  syntax-highlighting
syntax highlighter
Syntax Highlighter for Dart/Flutter Code
Stars: ✭ 28 (+7.69%)
Mutual labels:  syntax-highlighting
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (+11.54%)
Mutual labels:  intellij-plugin

logo
Firebase Rules Syntax Highlighter


Plugin

What is it?

intellij-firebase-highlighter is an Intellij plugin for highlighting firebase rules.

How to use it?

  • Add plugin to Intellij IDE
  • Configure colors

Add plugin to Intellij IDE

  • Clone repo
git clone https://github.com/anboralabs/intellij-firebase-highlighter
- Find grammar directory
- FirebaseRules.bnf -> Right click -> Generate Parser Code
- FirebaseRules.flex -> Right click -> Run JFlex Generator
  • Install from disk
- Go to https://github.com/anboralabs/intellij-firebase-highlighter/releases/tag/v1.0.0
- download firebase-syntax-highlighting-1.0-SNAPSHOT.jar
- Plugins -> Install From disk -> choose the file downloaded
  • Install from plugin store

Market Place

Configure colors

  • Editor -> Color Schema -> Firebase Rules

Color Settings

Credits

The main ideas used here were borrowed from:

License

MIT License

Copyright (c) 2020 Anbora Labs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].