1(tag_name) @tag
2(doctype) @tag.doctype
3(attribute_name) @attribute
4[
5 "\""
6 "'"
7 (attribute_value)
8] @string
9(comment) @comment
10(entity) @string.special
11
12"=" @punctuation.delimiter.html
13
14[
15 "<"
16 ">"
17 "<!"
18 "</"
19 "/>"
20] @punctuation.bracket.html