diff --git a/crates/typst-syntax/src/ast.rs b/crates/typst-syntax/src/ast.rs index 547d53cd8..c51eaeec8 100644 --- a/crates/typst-syntax/src/ast.rs +++ b/crates/typst-syntax/src/ast.rs @@ -595,6 +595,7 @@ impl Shorthand<'_> { ("--", '\u{2013}'), ("---", '\u{2014}'), ("-?", '\u{00AD}'), + ("-!", '\u{2011}'), ]; /// Get the shorthanded character.