Skip to content

Commit 7eb45db

Browse files
authored
Add color rule for INI syntax (#264)
* Add color rule for INI syntax * Delete `color_trigger` * Remove dangling commas
1 parent 4e86272 commit 7eb45db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

color_helper.sublime-settings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,14 @@
513513
"scanning": ["constant.other.color"],
514514
"color_class": "ass_abgr",
515515
"color_trigger": "(?:&H|(?<=\\\\[1-4]c)|(?<=\\\\c))[0-9a-fA-F]"
516+
},
517+
{
518+
// INI (based on https://packagecontrol.io/packages/INI)
519+
"name": "INI",
520+
"syntax_files": ["INI/INI"],
521+
"base_scopes": ["source.ini"],
522+
"color_class": "css-level-4",
523+
"scanning": ["meta.mapping.value.ini"]
516524
}
517525
],
518526

0 commit comments

Comments
 (0)