summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst-syntax/src/ast.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/ast.rs b/crates/typst-syntax/src/ast.rs
index 45d995a9..19e12372 100644
--- a/crates/typst-syntax/src/ast.rs
+++ b/crates/typst-syntax/src/ast.rs
@@ -743,7 +743,6 @@ impl MathShorthand<'_> {
pub const LIST: &'static [(&'static str, char)] = &[
("...", '…'),
("-", '−'),
- ("'", '′'),
("*", '∗'),
("~", '∼'),
("!=", '≠'),