blob: 8333d8fe535b39fa0a26247c65c9c9db0db713f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
(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)
; "," @punctuation.delimiter
"[" @punctuation.bracket
"]" @punctuation.bracket
"{" @punctuation.bracket
"}" @punctuation.bracket
(comment) @comment @spell
|