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.
59 lines
574 B
Scheme
59 lines
574 B
Scheme
8 months ago
|
(comment) @comment
|
||
|
|
||
|
[
|
||
|
"source"
|
||
|
"exec"
|
||
|
"exec-once"
|
||
|
] @function.builtin
|
||
|
|
||
|
(keyword
|
||
|
(name) @keyword)
|
||
|
|
||
|
(assignment
|
||
|
(name) @variable.other.member)
|
||
|
|
||
|
(section
|
||
|
(name) @namespace)
|
||
|
|
||
|
(section
|
||
|
device: (device_name) @type)
|
||
|
|
||
|
(variable) @variable
|
||
|
|
||
|
"$" @punctuation.special
|
||
|
|
||
|
(boolean) @constant.builtin.boolean
|
||
|
|
||
|
(string) @string
|
||
|
|
||
|
(mod) @constant
|
||
|
|
||
|
[
|
||
|
"rgb"
|
||
|
"rgba"
|
||
|
] @function.builtin
|
||
|
|
||
|
[
|
||
|
(number)
|
||
|
(legacy_hex)
|
||
|
(angle)
|
||
|
(hex)
|
||
|
] @constant.numeric
|
||
|
|
||
|
"deg" @type
|
||
|
|
||
|
"," @punctuation.delimiter
|
||
|
|
||
|
[
|
||
|
"("
|
||
|
")"
|
||
|
"{"
|
||
|
"}"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
[
|
||
|
"="
|
||
|
"-"
|
||
|
"+"
|
||
|
] @operator
|