blob: f4eaf3f7764ca3ac13f0ee6ade895ee0e4dca3b7 (
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
35
36
37
38
39
|
(bare_key) @property
[
(string)
(quoted_key)
] @string
(boolean) @boolean
(comment) @comment @spell
(escape_sequence) @string.escape
(integer) @number
(float) @number.float
[
(local_date)
(local_date_time)
(local_time)
(offset_date_time)
] @string.special
"=" @operator
[
"."
","
] @punctuation.delimiter
[
"["
"]"
"[["
"]]"
"{"
"}"
] @punctuation.bracket
|