feat(spell): support lisp like languages

Add spell to commonlisp, scheme, racket, clojure and fennel.
This commit is contained in:
kawas44 2023-03-28 23:17:43 +02:00 committed by Amaan Qureshi
parent 9850baa958
commit c07c1c5b98
5 changed files with 13 additions and 9 deletions

View file

@ -18,12 +18,12 @@
(#set! "priority" 105) ; Higher priority to mark the whole sexpr as a comment
)
(kwd_lit) @symbol
(str_lit) @string
(str_lit) @string @spell
(num_lit) @number
(char_lit) @character
(bool_lit) @boolean
(nil_lit) @constant.builtin
(comment) @comment
(comment) @comment @spell
(regex_lit) @string.regex
["'" "`"] @string.escape