diff options
Diffstat (limited to 'runtime/queries/ini/highlights.scm')
| -rw-r--r-- | runtime/queries/ini/highlights.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/queries/ini/highlights.scm b/runtime/queries/ini/highlights.scm new file mode 100644 index 000000000..cbf958e84 --- /dev/null +++ b/runtime/queries/ini/highlights.scm @@ -0,0 +1,16 @@ +(section_name + (text) @markup.heading) + +(comment) @comment @spell + +[ + "[" + "]" +] @punctuation.bracket + +"=" @operator + +(setting + (setting_name) @property) + +(setting_value) @string |
