blob: bdc35ad98c79b7a5c4a23b914feed7e1759fc383 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(true) @boolean
(false) @boolean
(null) @constant.builtin
(number) @number
(pair key: (string) @label)
(pair value: (string) @string)
(string_content (escape_sequence) @string.escape)
(ERROR) @error
"," @punctuation.delimiter
"[" @punctuation.bracket
"]" @punctuation.bracket
"{" @punctuation.bracket
"}" @punctuation.bracket
|