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  (null)
15] @constant
16
17[
18  "{"
19  "}"
20  "["
21  "]"
22] @punctuation.bracket