feat(templ): add highlights (#6464)

This commit is contained in:
Guilherme Soares 2024-04-19 08:00:32 +02:00 committed by GitHub
parent 208d504421
commit baaae36ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,8 @@
(style_element)
] @tag
(doctype) @constant
(attribute
name: (attribute_name) @tag.attribute)
@ -41,6 +43,14 @@
(element_comment) @comment @spell
[
"<"
">"
"</"
"/>"
"<!"
] @tag.delimiter
"@" @operator
[