diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/lib.rs b/docs/src/lib.rs index 335d0110..b28111e4 100644 --- a/docs/src/lib.rs +++ b/docs/src/lib.rs @@ -664,8 +664,8 @@ fn symbols_model(resolver: &dyn Resolver, group: &GroupData) -> SymbolsModel { list.push(SymbolModel { name: complete(variant), - markup_shorthand: shorthand(typst::syntax::ast::Shorthand::MARKUP_LIST), - math_shorthand: shorthand(typst::syntax::ast::Shorthand::MATH_LIST), + markup_shorthand: shorthand(typst::syntax::ast::Shorthand::LIST), + math_shorthand: shorthand(typst::syntax::ast::MathShorthand::LIST), codepoint: c.char() as _, accent: typst::math::Accent::combine(c.char()).is_some(), alternates: symbol |
