1(comment) @comment
2
3(string) @string
4(escape_sequence) @string.escape
5
6(pair
7 key: (string) @property.json_key)
8
9(number) @number
10
11[
12 (true)
13 (false)
14] @boolean
15
16[
17 (null)
18] @constant
19
20[
21 "{"
22 "}"
23 "["
24 "]"
25] @punctuation.bracket