mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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
|
|
@ -75,7 +75,7 @@
|
|||
"endcase"
|
||||
] @conditional
|
||||
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
|
||||
(include_compiler_directive) @constant.macro
|
||||
(package_import_declaration
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
[
|
||||
(double_quoted_string)
|
||||
(string_literal)
|
||||
] @string
|
||||
] @string @spell
|
||||
|
||||
[
|
||||
(include_compiler_directive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue