mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -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
|
|
@ -44,7 +44,7 @@
|
|||
(string)
|
||||
(raw_string)
|
||||
(heredoc_body)
|
||||
] @string
|
||||
] @string @spell
|
||||
|
||||
(variable_assignment (word) @string)
|
||||
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
((word) @boolean
|
||||
(#match? @boolean "^(true|false)$"))
|
||||
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
(test_operator) @string
|
||||
|
||||
(command_substitution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue