mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
16 lines
252 B
Scheme
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)
|