mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:40:03 +08: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)
|