fix(html): disable spell for tags

When tags are embedded into markdown, they'd get spell checked, in spite
of that not really making sense. The real culprit of this issue is
markdown's spell being too "loose".
This commit is contained in:
Igor 2026-01-07 00:44:06 -03:00
parent b033ab331c
commit a144847347

View file

@ -1,9 +1,11 @@
(tag_name) @tag
(tag_name) @tag @nospell
; (erroneous_end_tag_name) @error ; we do not lint syntax errors
(comment) @comment @spell
(attribute_name) @tag.attribute
(attribute_name) @tag.attribute @nospell
(attribute_value) @nospell
((attribute
(quoted_attribute_value) @string)