aboutsummaryrefslogtreecommitdiffstats
path: root/queries/json/highlights.scm
blob: 9bf4279e16638e05a58521cf4672ab86e8027a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(true) @boolean
(false) @boolean
(null) @constant.builtin
(number) @number
(pair key: (string) @label)
(pair value: (string) @string)
(array (string) @string)
(string_content (escape_sequence) @string.escape)
(ERROR) @error
"," @punctuation.delimiter
"[" @punctuation.bracket
"]" @punctuation.bracket
"{" @punctuation.bracket
"}" @punctuation.bracket