mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
29 lines
347 B
Scheme
Vendored
29 lines
347 B
Scheme
Vendored
(identifier) @type.builtin
|
|
|
|
(attribute (identifier) @property)
|
|
(property (path) @property)
|
|
(constructor (identifier) @constructor)
|
|
|
|
(string) @string
|
|
(integer) @number
|
|
(float) @float
|
|
|
|
(true) @constant.builtin
|
|
(false) @constant.builtin
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
] @tag.delimiter
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
"=" @operator
|
|
|
|
(ERROR) @error
|