highlights.scm

 1(attribute) @property
 2(directive_attribute) @property
 3(quoted_attribute_value) @string
 4(interpolation) @punctuation.special
 5(raw_text) @embedded
 6
 7((tag_name) @type
 8 (#match? @type "^[A-Z]"))
 9
10((directive_name) @keyword
11 (#match? @keyword "^v-"))
12
13(start_tag) @tag
14(end_tag) @tag
15(self_closing_tag) @tag