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

(null) @constant

(string) @string

(number) @number

(comment) @comment @spell

(member
  name: (_) @keyword)