Skip to content

Commit

Permalink
Add ANTLR icon (#84)
Browse files Browse the repository at this point in the history
This commit adds ANTLR icon to related files (*.g, *.g4).
  • Loading branch information
mataha authored Dec 25, 2023
1 parent d730597 commit 9409018
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This file contains a list of possible packages you may need to install to see th

- [Ansible](https://packagecontrol.io/packages/Ansible)

## ANTLR

- [ANTLR syntax highlight](https://packagecontrol.io/packages/ANTLR%20syntax%20highlight)

## Arduino

- [Arduino](https://packagecontrol.io/packages/Arduino)
Expand Down
13 changes: 13 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@
}
]
},
"file_type_antlr": {
"color": "orange",
"syntaxes": [
{
"extensions": [
"g",
"g4"
],
"name": "Plain Text (ANTLR)",
"scope": "source.antlr"
}
]
},
"file_type_apache": {
"color": "yellow",
"syntaxes": [
Expand Down
Binary file added icons/multi/file_type_antlr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/file_type_antlr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/svg/file_type_antlr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions preferences/file_type_antlr.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.antlr</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_antlr</string>
</dict>
</dict>
</plist>
Empty file added tests/file_type_antlr.g
Empty file.
Empty file added tests/file_type_antlr.g4
Empty file.

0 comments on commit 9409018

Please sign in to comment.