1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/ini/highlights.scm

17 lines
233 B
Scheme

(section_name
(text) @type) ; consistency with toml
(comment) @comment @spell
[
"["
"]"
] @punctuation.bracket
"=" @operator
(setting
(setting_name) @property)
; (setting_value) @none ; grammar does not support subtypes