mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
add spell check for comments
This commit is contained in:
parent
194a9b9b97
commit
81fa24aabd
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@
|
|||
(preproc_undef
|
||||
argument: (identifier) @constant)
|
||||
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
|
||||
; technically an injection site for bbcode TODO: maybe add it?
|
||||
((comment) @comment.documentation @spell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue