highlights.scm

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