mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -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
|
|
@ -108,7 +108,7 @@
|
|||
] @boolean
|
||||
|
||||
[
|
||||
(null)
|
||||
(null)
|
||||
(undefined)
|
||||
] @constant.builtin
|
||||
|
||||
|
|
@ -117,7 +117,9 @@
|
|||
(hash_bang_line)
|
||||
] @comment
|
||||
|
||||
(string) @string
|
||||
(comment) @spell
|
||||
|
||||
(string) @string @spell
|
||||
(template_string) @string
|
||||
(escape_sequence) @string.escape
|
||||
(regex_pattern) @string.regex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue