mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -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
|
|
@ -60,7 +60,7 @@
|
|||
package: (_) @namespace)
|
||||
"cl" @namespace
|
||||
|
||||
(str_lit) @string
|
||||
(str_lit) @string @spell
|
||||
|
||||
(num_lit) @number
|
||||
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
(nil_lit) @constant.builtin
|
||||
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
|
||||
;; dynamic variables
|
||||
((sym_lit) @variable.builtin
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
["(" ")"] @punctuation.bracket
|
||||
|
||||
(block_comment) @comment
|
||||
(block_comment) @comment @spell
|
||||
|
||||
|
||||
(with_clause
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue