blob: fd6fe730975436677005253a8ad061512aaccfb4 (
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
29
30
31
32
33
34
|
; Properties
;-----------
(bare_key) @type
(quoted_key) @string
(pair (bare_key)) @property
; Literals
;---------
(boolean) @boolean
(comment) @comment @spell
(string) @string
(integer) @number
(float) @float
(offset_date_time) @string.special
(local_date_time) @string.special
(local_date) @string.special
(local_time) @string.special
; Punctuation
;------------
"." @punctuation.delimiter
"," @punctuation.delimiter
"=" @operator
"[" @punctuation.bracket
"]" @punctuation.bracket
"[[" @punctuation.bracket
"]]" @punctuation.bracket
"{" @punctuation.bracket
"}" @punctuation.bracket
|