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

"null" @constant

(member
    name: (_) @keyword)

(string) @string

(number) @number

(comment) @comment

(ERROR) @error