mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10: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
|
;; Others
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
(comment) @spell
|
||||||
|
|
||||||
(hash_bang_line) @comment
|
(hash_bang_line) @comment
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
(string) @spell
|
||||||
|
|
||||||
;; Error
|
;; Error
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue