mirror of https://github.com/helix-editor/helix
Fix commonlisp filetypes typo and auto-pairs (#5091)
parent
c5bfb792b2
commit
a34ba071be
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue