mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
feat(spell): support more languages
This commit is contained in:
parent
d712b1bed1
commit
37398c7d68
27 changed files with 41 additions and 44 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(named_node name: (identifier) @variable)
|
||||
(field_definition name: (identifier) @property)
|
||||
(negated_field "!" @operator (identifier) @property)
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
|
||||
(quantifier) @operator
|
||||
(predicate_type) @punctuation.special
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue