mirror of https://github.com/helix-editor/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.
32 lines
616 B
Scheme
32 lines
616 B
Scheme
(comment) @comment
|
|
|
|
(null) @constant.builtin
|
|
[(true) (false)] @constant.builtin.boolean
|
|
(number) @constant.numeric
|
|
(string) @string
|
|
(multiline_string) @string
|
|
(string (escape_sequence) @constant.character.escape)
|
|
(unquoted_string) @string
|
|
|
|
(value [":" "=" "+=" ] @operator)
|
|
|
|
(substitution (_) @string)
|
|
(substitution ["${" "${?" "}"] @punctuation.special)
|
|
|
|
[
|
|
"url"
|
|
"file"
|
|
"classpath"
|
|
"required"
|
|
] @function.builtin
|
|
|
|
(include) @keyword.directive
|
|
|
|
[ "(" ")" "[" "]" "{" "}" ] @punctuation.bracket
|
|
|
|
(unit) @keyword
|
|
(path (_) @keyword)
|
|
(unquoted_path "." @punctuation.delimiter)
|
|
[ "," ] @punctuation.delimiter
|
|
|