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 (raw_text_each)
19] @none
20
21[
22 (special_block_keyword)
23 (then)
24 (as)
25] @keyword
26
27[
28 "{"
29 "}"
30] @punctuation.bracket
31
32"=" @operator
33
34[
35 "<"
36 ">"
37 "</"
38 "/>"
39 "#"
40 ":"
41 "/"
42 "@"
43] @tag.delimiter