Fix commonlisp filetypes typo and auto-pairs (#5091)

This commit is contained in:
garlic0x1 2022-12-11 19:59:27 -06:00 committed by GitHub
parent c5bfb792b2
commit a34ba071be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -925,6 +925,12 @@ indent = { tab-width = 2, unit = " " }
language-server = { command = "cl-lsp", args = [ "stdio" ] }
grammar = "scheme"
[language.auto-pairs]
'(' = ')'
'{' = '}'
'[' = ']'
'"' = '"'
[[language]]
name = "comment"
scope = "scope.comment"