mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(spell) added spell to html-tags text
This commit is contained in:
parent
a1bf2c75c0
commit
dd4e62324a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)$"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue