highlights.scm

 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(null) @constant.builtin
17
18[
19  ","
20  ":"
21] @punctuation.delimiter
22
23[
24  "{"
25  "}"
26  "["
27  "]"
28] @punctuation.bracket