[ play ] improvements to unicode completion
This commit is contained in:
@@ -11,5 +11,8 @@ export const ABBREV: Record<string, string> = {
|
||||
"\\>": "⟩",
|
||||
"\\_0": "₀",
|
||||
"\\_1": "₁",
|
||||
"\\_2": "₂",
|
||||
"\\_3": "₃",
|
||||
"\\neg": "¬",
|
||||
"\\bN": "ℕ"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user