1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:20:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/ini/highlights.scm

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