forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
550 B
Scheme
28 lines
550 B
Scheme
3 years ago
|
((section_name) @keyword.directive
|
||
|
(#eq? @keyword.directive "include"))
|
||
|
|
||
|
((section_header
|
||
|
(section_name) @keyword.directive
|
||
|
(subsection_name))
|
||
|
(#eq? @keyword.directive "includeIf"))
|
||
|
|
||
|
(section_name) @markup.heading
|
||
|
(variable (name) @variable.other.member)
|
||
|
[(true) (false)] @constant.builtin.boolean
|
||
|
(integer) @constant.numeric.integer
|
||
|
|
||
|
((string) @string.special.path
|
||
|
(#match? @string.special.path "^(~|./|/)"))
|
||
|
|
||
|
[(string) (subsection_name)] @string
|
||
|
|
||
|
[
|
||
|
"["
|
||
|
"]"
|
||
|
"\""
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
"=" @punctuation.delimiter
|
||
|
|
||
|
(comment) @comment
|