nvim-treesitter/queries/ini/highlights.scm

17 lines
252 B
Scheme
Raw Normal View History

2023-01-20 21:09:48 +01:00
(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)