highlights.scm

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