mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-25 02:30:04 +08:00
18 lines
159 B
Scheme
18 lines
159 B
Scheme
|
[
|
||
|
"true"
|
||
|
"false"
|
||
|
] @boolean
|
||
|
|
||
|
"null" @constant
|
||
|
|
||
|
(string) @string
|
||
|
|
||
|
(number) @number
|
||
|
|
||
|
(comment) @comment
|
||
|
|
||
|
(member
|
||
|
name: (_) @keyword)
|
||
|
|
||
|
(ERROR) @error
|