1; Properties
2;-----------
3
4(bare_key) @property
5(quoted_key) @property
6
7; Literals
8;---------
9
10(boolean) @constant
11(comment) @comment
12(integer) @number
13(float) @number
14(string) @string
15(escape_sequence) @string.escape
16(offset_date_time) @string.special
17(local_date_time) @string.special
18(local_date) @string.special
19(local_time) @string.special
20
21; Punctuation
22;------------
23
24[
25 "."
26 ","
27] @punctuation.delimiter
28
29"=" @operator
30
31[
32 "["
33 "]"
34 "[["
35 "]]"
36 "{"
37 "}"
38] @punctuation.bracket