highlights.scm
1; Special identifiers
2;--------------------
3
4; TODO:
5(tag_name) @tag
6(attribute_name) @property
7(erroneous_end_tag_name) @keyword
8(comment) @comment
9
10[
11 (attribute_value)
12 (quoted_attribute_value)
13] @string
14
15[
16 (text)
17 (raw_text_expr)
18] @none
19
20[
21 (special_block_keyword)
22 (then)
23 (as)
24] @keyword
25
26[
27 "{"
28 "}"
29] @punctuation.bracket
30
31"=" @operator
32
33[
34 "<"
35 ">"
36 "</"
37 "/>"
38 "#"
39 ":"
40 "/"
41 "@"
42] @tag.delimiter