mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
17 lines
252 B
Scheme
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)
|