aboutsummaryrefslogtreecommitdiffstats
path: root/queries/commonlisp
diff options
context:
space:
mode:
authorkawas44 <kawas44@gmail.com>2023-03-28 23:17:43 +0200
committerAmaan Qureshi <amaanq12@gmail.com>2023-03-29 17:48:30 -0400
commitc07c1c5b98a459e16e8098ae915fffc665e95e61 (patch)
tree829928477fe25432272a10bc56cf2af823ce6b4c /queries/commonlisp
parentUpdate parsers: help, tlaplus, v, vhs (diff)
downloadnvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.tar
nvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.tar.gz
nvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.tar.bz2
nvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.tar.lz
nvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.tar.xz
nvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.tar.zst
nvim-treesitter-c07c1c5b98a459e16e8098ae915fffc665e95e61.zip
feat(spell): support lisp like languages
Add spell to commonlisp, scheme, racket, clojure and fennel.
Diffstat (limited to 'queries/commonlisp')
-rw-r--r--queries/commonlisp/highlights.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/commonlisp/highlights.scm b/queries/commonlisp/highlights.scm
index 5cf7c1eb0..536b19c81 100644
--- a/queries/commonlisp/highlights.scm
+++ b/queries/commonlisp/highlights.scm
@@ -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