nvim-treesitter/queries/ini/highlights.scm
2023-01-21 01:05:57 +01:00

16 lines
252 B
Scheme

(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)