highlights.scm

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