[ play ] improvements to unicode completion

This commit is contained in:
2025-07-26 07:17:31 -07:00
parent 8386331752
commit bfaaec867e
3 changed files with 8 additions and 4 deletions

View File

@@ -11,5 +11,8 @@ export const ABBREV: Record<string, string> = {
"\\>": "⟩",
"\\_0": "₀",
"\\_1": "₁",
"\\_2": "₂",
"\\_3": "₃",
"\\neg": "¬",
"\\bN": ""
};