Files
Verso/services
claude e4f5385e35
Build and Deploy Verso / deploy (push) Has been cancelled
fix(typst): fix zero-length token error for LineCommentContent
LineCommentContent { ![\n]* } matches the empty string, which Lezer
rejects as a zero-length token (infinite-loop risk). Change to ![\n]+
and mark it optional in the LineComment rule so empty // comments parse.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 06:54:56 +00:00
..