highlights(ini): add highlights.scm

This commit is contained in:
Stephan Seitz 2023-01-20 21:09:48 +01:00
parent fde3505718
commit d88c03abbb

View file

@ -0,0 +1,16 @@
(section_name
(text) @type) ; consistency with toml
(comment) @comment
[
"["
"]"
] @punctuation.bracket
[
"="
] @operator
(setting (setting_name) @property)
(setting_value) @text ; grammar does not support subtypes
(ERROR (setting_name) @text)