mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
remove ' and add ⟨⟩ in lean autopairs (#10688)
This commit is contained in:
parent
7e13213e74
commit
61818996c6
@ -1040,6 +1040,13 @@ block-comment-tokens = { start = "/-", end = "-/" }
|
||||
language-servers = [ "lean" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[language.auto-pairs]
|
||||
'(' = ')'
|
||||
'{' = '}'
|
||||
'[' = ']'
|
||||
'"' = '"'
|
||||
'⟨' = '⟩'
|
||||
|
||||
[[grammar]]
|
||||
name = "lean"
|
||||
source = { git = "https://github.com/Julian/tree-sitter-lean", rev = "d98426109258b266e1e92358c5f11716d2e8f638" }
|
||||
|
Loading…
Reference in New Issue
Block a user