mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -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
|
|
@ -20,6 +20,7 @@
|
|||
[(string)
|
||||
(here_string)
|
||||
(byte_string)] @string
|
||||
(string) @spell
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
|
|
@ -31,6 +32,9 @@
|
|||
(block_comment)
|
||||
(sexp_comment)] @comment
|
||||
|
||||
[(comment)
|
||||
(block_comment)] @spell
|
||||
|
||||
;; symbol ;;
|
||||
|
||||
(symbol) @variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue