ee889aaa85
* updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
20 lines
283 B
Scheme
20 lines
283 B
Scheme
[
|
|
(true)
|
|
(false)
|
|
] @constant.builtin.boolean
|
|
(null) @constant.builtin
|
|
(number) @constant.numeric
|
|
(pair
|
|
key: (_) @keyword)
|
|
|
|
(string) @string
|
|
(escape_sequence) @constant.character.escape
|
|
(ERROR) @error
|
|
|
|
"," @punctuation.delimiter
|
|
[
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|