mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(lua): add spell
This commit is contained in:
parent
3c2d63c118
commit
c836f946a9
1 changed files with 2 additions and 0 deletions
|
|
@ -181,12 +181,14 @@
|
|||
;; Others
|
||||
|
||||
(comment) @comment
|
||||
(comment) @spell
|
||||
|
||||
(hash_bang_line) @comment
|
||||
|
||||
(number) @number
|
||||
|
||||
(string) @string
|
||||
(string) @spell
|
||||
|
||||
;; Error
|
||||
(ERROR) @error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue