diff --git a/queries/astro/highlights.scm b/queries/astro/highlights.scm index e4baf5380..e2917ad4d 100644 --- a/queries/astro/highlights.scm +++ b/queries/astro/highlights.scm @@ -20,6 +20,10 @@ (tag_name) @type) (#lua-match? @type "^[A-Z]")) +((self_closing_tag + (tag_name) @type) + (#lua-match? @type "^[A-Z]")) + ((erroneous_end_tag (erroneous_end_tag_name) @type) (#lua-match? @type "^[A-Z]"))