17 lines
233 B
Scheme
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
|