Skip to content

Commit 000c24f

Browse files
authored
Merge pull request #62 from anboralabs/restyled/refactor-plugin
Restyle Refactor plugin
2 parents 633a255 + 4638995 commit 000c24f

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<a href="https://www.buymeacoffee.com/dalgarins" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
2+
23
# intellij-firebase-highlighter
34

45
![Plugin](/images/highlighted.png)
56

67
## What is it?
7-
intellij-firebase-highlighter is an Intellij plugin for highlighting firebase rules.
8+
9+
intellij-firebase-highlighter is an Intellij plugin for highlighting firebase
10+
rules.
811

912
## How to use it?
1013

@@ -14,21 +17,25 @@ intellij-firebase-highlighter is an Intellij plugin for highlighting firebase ru
1417
### Add plugin to Intellij IDE
1518

1619
- Clone repo
20+
1721
```sh
1822
git clone https://github.com/anboralabs/intellij-firebase-highlighter
1923
```
24+
2025
```
2126
- Find grammar directory
2227
- FirebaseRules.bnf -> Right click -> Generate Parser Code
2328
- FirebaseRules.flex -> Right click -> Run JFlex Generator
2429
```
2530

2631
- Install from disk
32+
2733
```
2834
- Go to https://github.com/anboralabs/intellij-firebase-highlighter/releases/tag/v1.0.0
2935
- download firebase-syntax-highlighting-1.0-SNAPSHOT.jar
3036
- Plugins -> Install From disk -> choose the file downloaded
3137
```
38+
3239
- Install from plugin store
3340

3441
![Market Place](/images/market_place.png)
@@ -43,14 +50,16 @@ git clone https://github.com/anboralabs/intellij-firebase-highlighter
4350

4451
![Color Settings](/images/color_settings.png)
4552

46-
4753
## Credits
54+
4855
The main ideas used here were borrowed from:
56+
4957
- https://github.com/ferronrsmith/intellij-fbp-highlighter
5058
- https://github.com/lark-parser/intellij-syntax-highlighting
5159
- https://github.com/klazuka/intellij-elm
5260

5361
## License
62+
5463
```
5564
MIT License
5665
@@ -73,4 +82,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7382
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7483
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7584
SOFTWARE.
76-
```
85+
```

src/main/html/change-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@
132132
<li>Fixed plugin description</li>
133133
</ul>
134134
</li>
135-
</ul>
135+
</ul>

src/main/html/description.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<ul>
1212
<li>Right click -> New -> Firestore rule file</li>
1313
<li>Right click -> New -> Storage rule file</li>
14-
</ul>
14+
</ul>

0 commit comments

Comments
 (0)