21 lines
298 B
Scheme
21 lines
298 B
Scheme
[
|
|
(true)
|
|
(false)
|
|
] @constant.builtin.boolean
|
|
(null) @constant.builtin
|
|
(number) @constant.numeric
|
|
|
|
(pair
|
|
key: (_) @variable.other.member)
|
|
|
|
(string) @string
|
|
(escape_sequence) @constant.character.escape
|
|
(ERROR) @error
|
|
|
|
"," @punctuation.delimiter
|
|
[
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|