Files
Verso/services/web/frontend/js/features/source-editor
claude 7a5218d472
Build and Deploy Verso / deploy (push) Failing after 8m41s
typst: fix CodeIdent vs "_" token overlap after #keyword CallExpr?
KeywordExpr { CodeKeyword CallExpr? } merges the post-keyword LR state
with document-level markup states, where "_" opens Emphasis.  CodeIdent
starts with identHead which includes "_", so the two tokens overlap.

Adding "_" after CodeIdent in @precedence resolves the conflict: CodeIdent
wins in the merged state (correct for '#set _name(...)'), and in pure markup
states CodeIdent is not in the valid set so "_" still opens Emphasis.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 09:16:35 +00:00
..
2026-04-28 08:52:37 +00:00