|
|
@ -918,13 +918,19 @@ grammar = "scheme"
|
|
|
|
name = "common-lisp"
|
|
|
|
name = "common-lisp"
|
|
|
|
scope = "source.lisp"
|
|
|
|
scope = "source.lisp"
|
|
|
|
roots = []
|
|
|
|
roots = []
|
|
|
|
file-types = ["lisp", "asd", "cl", "l", "lsp", "ny"," podsl", "sexp"]
|
|
|
|
file-types = ["lisp", "asd", "cl", "l", "lsp", "ny", "podsl", "sexp"]
|
|
|
|
shebangs = ["lisp", "sbcl", "ccl", "clisp", "ecl"]
|
|
|
|
shebangs = ["lisp", "sbcl", "ccl", "clisp", "ecl"]
|
|
|
|
comment-token = ";"
|
|
|
|
comment-token = ";"
|
|
|
|
indent = { tab-width = 2, unit = " " }
|
|
|
|
indent = { tab-width = 2, unit = " " }
|
|
|
|
language-server = { command = "cl-lsp", args = [ "stdio" ] }
|
|
|
|
language-server = { command = "cl-lsp", args = [ "stdio" ] }
|
|
|
|
grammar = "scheme"
|
|
|
|
grammar = "scheme"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[language.auto-pairs]
|
|
|
|
|
|
|
|
'(' = ')'
|
|
|
|
|
|
|
|
'{' = '}'
|
|
|
|
|
|
|
|
'[' = ']'
|
|
|
|
|
|
|
|
'"' = '"'
|
|
|
|
|
|
|
|
|
|
|
|
[[language]]
|
|
|
|
[[language]]
|
|
|
|
name = "comment"
|
|
|
|
name = "comment"
|
|
|
|
scope = "scope.comment"
|
|
|
|
scope = "scope.comment"
|
|
|
|