mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
23 lines
247 B
Scheme
23 lines
247 B
Scheme
"let" @keyword
|
|
"in" @keyword
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
|
|
"." @punctuation.delimiter
|
|
|
|
(input) @constant
|
|
(comment) @comment
|
|
|
|
(string) @string
|
|
(integer) @number
|
|
(float) @float
|
|
(boolean) @boolean
|
|
(null) @keyword
|
|
|
|
(ERROR) @error
|