Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 3edcd301..05903c34 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1963,13 +1963,17 @@ grammar = "scheme"
[[language]]
name = "common-lisp"
-scope = "source.lisp"
+scope = "source.commonlisp"
file-types = ["lisp", "asd", "cl", "l", "lsp", "ny", "podsl", "ros", "sexp"]
shebangs = ["lisp", "sbcl", "ccl", "clisp", "ecl"]
comment-token = ";"
indent = { tab-width = 2, unit = " " }
language-servers = [ "cl-lsp" ]
-grammar = "scheme"
+grammar = "commonlisp"
+
+[[grammar]]
+name = "commonlisp"
+source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-commonlisp", rev = "32323509b3d9fe96607d151c2da2c9009eb13a2f" }
[language.auto-pairs]
'(' = ')'