Skip to content

Commit

Permalink
feat: auto-close angle brackets (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi authored Mar 14, 2024
1 parent 20b5310 commit 62ff13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-lean4/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@
["%[", "]"],
["{", "}"],
["⁅", "⁆"],
["\\[-", "-]"],
["⟮", "⟯"],
["⁽", "⁾"],
["₍", "₎"],
["〈", "〉"],
["⎴", "⎵"],
["⟅", "⟆"],
["⟦", "⟧"],
["⟨", "⟩"],
["\\<", ">"],
["⟪", "⟫"],
["⦃", "⦄"],
["〈", "〉"],
Expand Down

0 comments on commit 62ff13b

Please sign in to comment.