Skip to content

Commit

Permalink
Update translations from vscode-lean.
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Feb 16, 2022
1 parent aab6825 commit aed308b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@
"r_s": "→ₛ",
"simplefunc": "→ₛ",

"covers": "",
"def=": "",
"defs": "",
"degree": "°",
Expand Down Expand Up @@ -659,6 +660,8 @@
"<~nn": "",
"<~n": "",
"<~": "",
"<:": "",
":>": "",
"<->n": "",
"<->": "",
"<-->": "",
Expand Down
3 changes: 3 additions & 0 deletions lean.mim
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Example: \\nat \\to \\com
("\\::" "∷")
("\\::-" "∺")
("\\:=" "≔")
("\\:>" "⋗")
("\\:~" "∻")
("\\<" "⟨")
("\\<-" "←")
Expand All @@ -97,6 +98,7 @@ Example: \\nat \\to \\com
("\\<->" "↔")
("\\<->n" "↮")
("\\<-n" "↚")
("\\<:" "⋖")
("\\<<" "⟪")
("\\<=" "≤")
("\\<=>" "⇔")
Expand Down Expand Up @@ -1008,6 +1010,7 @@ Example: \\nat \\to \\com
("\\construction" "🚧")
("\\coprod" "⨿")
("\\copyright" "©")
("\\covers" "⋖")
("\\crossproduct" "⨯")
("\\cruzeiro" "₢")
("\\cu" "⌜")
Expand Down

0 comments on commit aed308b

Please sign in to comment.