aboutsummaryrefslogtreecommitdiffstats
path: root/queries/json5/highlights.scm
blob: 4e41971ba71eea216a6fddaa966edd74cd1d64ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    "true"
    "false"
] @boolean

"null" @constant

(string) @string

(number) @number

(comment) @comment

(member
    name: (_) @keyword)

(ERROR) @error