mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20: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
|