feat(spell) added spell to html-tags text

This commit is contained in:
Lampros 2022-10-05 17:54:04 +03:00 committed by Stephan Seitz
parent a1bf2c75c0
commit dd4e62324a

View file

@ -4,7 +4,7 @@
(attribute_name) @tag.attribute
(attribute
(quoted_attribute_value) @string)
(text) @text
(text) @text @spell
((element (start_tag (tag_name) @_tag) (text) @text.title)
(#match? @_tag "^(h[0-9]|title)$"))