mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
feat(spell): support lisp like languages
Add spell to commonlisp, scheme, racket, clojure and fennel.
This commit is contained in:
parent
9850baa958
commit
c07c1c5b98
5 changed files with 13 additions and 9 deletions
|
|
@ -5,9 +5,9 @@
|
|||
(number) @number
|
||||
(character) @character
|
||||
(boolean) @boolean
|
||||
(string) @string
|
||||
(string) @string @spell
|
||||
[(comment)
|
||||
(block_comment)] @comment
|
||||
(block_comment)] @comment @spell
|
||||
|
||||
;; highlight for datum comment
|
||||
;; copied from ../clojure/highlights.scm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue