Skip to content

Commit 35b915a

Browse files
Add 🢲 to REPL completions
1 parent f4d279a commit 35b915a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎stdlib/REPL/src/latex_symbols.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ const latex_symbols = Dict(
517517
"\\mapsto" => "↦",
518518
"\\hookleftarrow" => "↩",
519519
"\\hookrightarrow" => "↪",
520+
"\\hookunderrightarrow" => "🢲",
520521
"\\looparrowleft" => "↫",
521522
"\\looparrowright" => "↬",
522523
"\\leftrightsquigarrow" => "↭",

0 commit comments

Comments
 (0)