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
411 B
Scheme
28 lines
411 B
Scheme
2 years ago
|
(section (identifier) @type.builtin)
|
||
|
|
||
|
(attribute (identifier) @attribute)
|
||
|
(property (path) @variable.other.member)
|
||
|
(constructor (identifier) @constructor)
|
||
|
|
||
|
(string) @string
|
||
|
(integer) @constant.numeric.integer
|
||
|
(float) @constant.numeric.float
|
||
|
|
||
|
(true) @constant.builtin.boolean
|
||
|
(false) @constant.builtin.boolean
|
||
|
|
||
|
[
|
||
|
"["
|
||
|
"]"
|
||
|
] @tag
|
||
|
|
||
|
[
|
||
|
"("
|
||
|
")"
|
||
|
"{"
|
||
|
"}"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
"=" @operator
|
||
|
|
||
|
(ERROR) @error
|