feat(spell): support nospell in treesitter queries

This commit is contained in:
Lewis Russell
2022-10-28 13:09:22 +01:00
parent 7e6d785d19
commit 07eb4263ca
2 changed files with 17 additions and 5 deletions

View File

@@ -432,6 +432,9 @@ capture marks comments as to be checked: >
(comment) @spell
<
There is also `@nospell` which disables spellchecking regions with `@spell`.
*treesitter-highlight-conceal*
Treesitter highlighting supports |conceal| via the `conceal` metadata. By
convention, nodes to be concealed are captured as `@conceal`, but any capture