Highlight HTML entities

pull/13753/head
uncenter 2025-06-12 16:05:13 -04:00
parent 62f270e5d2
commit 5d1c9034e5
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -935,7 +935,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]] [[grammar]]
name = "html" name = "html"
source = { git = "https://github.com/tree-sitter/tree-sitter-html", rev = "29f53d8f4f2335e61bf6418ab8958dac3282077a" } source = { git = "https://github.com/tree-sitter/tree-sitter-html", rev = "cbb91a0ff3621245e890d1c50cc811bffb77a26b" }
[[language]] [[language]]
name = "python" name = "python"

View File

@ -2,6 +2,7 @@
(erroneous_end_tag_name) @error (erroneous_end_tag_name) @error
(doctype) @constant (doctype) @constant
(attribute_name) @attribute (attribute_name) @attribute
(entity) @string.special.symbol
(comment) @comment (comment) @comment
((attribute ((attribute