e9cc63a261
Build and Deploy Verso / deploy (push) Has been cancelled
KeywordExpr now optionally includes a CallExpr, so '#set text(size: 12pt)' parses 'text' as a CallExpr/CodeIdent and gets the function-name highlight colour. The optional CallExpr only shifts when the lookahead is CodeIdent, so there is no shift/reduce conflict with other items. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>