21 lines
181 B
Scheme
21 lines
181 B
Scheme
(comment) @comment
|
|
|
|
(string) @string
|
|
|
|
(pair
|
|
key: (string) @property)
|
|
|
|
(number) @number
|
|
|
|
[
|
|
(true)
|
|
(false)
|
|
(null)
|
|
] @constant
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket |