2020-06-15 13:13:26 -05:00
|
|
|
(true) @boolean
|
|
|
|
|
(false) @boolean
|
|
|
|
|
(null) @constant.builtin
|
|
|
|
|
(number) @number
|
|
|
|
|
(pair key: (string) @label)
|
|
|
|
|
(pair value: (string) @string)
|
2020-07-17 09:01:31 -05:00
|
|
|
(array (string) @string)
|
2020-06-15 13:13:26 -05:00
|
|
|
(string_content (escape_sequence) @string.escape)
|
2022-09-06 11:56:27 +01:00
|
|
|
(string_content) @spell
|
2020-06-15 13:13:26 -05:00
|
|
|
(ERROR) @error
|
2022-04-10 12:44:59 +02:00
|
|
|
["," ":"] @punctuation.delimiter
|
2020-06-15 13:13:26 -05:00
|
|
|
"[" @punctuation.bracket
|
|
|
|
|
"]" @punctuation.bracket
|
|
|
|
|
"{" @punctuation.bracket
|
|
|
|
|
"}" @punctuation.bracket
|
2022-03-21 13:36:36 +01:00
|
|
|
|
|
|
|
|
(("\"" @conceal) (#set! conceal ""))
|