remove ' and add ⟨⟩ in lean autopairs (#10688)

pull/9843/merge
Ashley Vaughn 2 months ago committed by GitHub
parent 7e13213e74
commit 61818996c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save