Skip to content

Commit

Permalink
feat: add double parens abbreviations (#523)
Browse files Browse the repository at this point in the history
Corresponds to [[ and {{ -- they aren't used (yet) in Mathlib but would
potentially be used for LaurentSeries notation.
  • Loading branch information
Julian authored Sep 10, 2024
1 parent ae40724 commit 63caac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lean4-unicode-input/src/abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"()": "($CURSOR)",
"()_": "($CURSOR)_",
"([])'": "⟮$CURSOR⟯",
"(())": "⸨$CURSOR⸩",
"f<>": "‹$CURSOR›",
"f<<>>": "«$CURSOR»",
"[--]": "⁅$CURSOR⁆",
Expand Down Expand Up @@ -1179,6 +1180,8 @@
"]]": "",
"{{": "",
"}}": "",
"((": "",
"))": "",
"([": "",
"])": "",
"Xi": "Ξ",
Expand Down

0 comments on commit 63caac0

Please sign in to comment.