left4me/docs
mwiegand db1a255223
fix(editor): drop dead -? from srccfg number regex
The `\b` word boundary anchor prevents the optional minus from ever
matching from positions where signed numbers naturally appear (` -1`,
`(-1`, `=-1` all word-boundary-from-non-word and the `-?` fires zero
chars). Negative numbers are tokenised via the operator class instead,
which is the consistent behaviour the grammar already exhibits.
Plan source block updated to match so a fresh regeneration produces the
same file.

Addresses Minor #1 from the Task 2 code review.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 19:15:34 +02:00
..
superpowers fix(editor): drop dead -? from srccfg number regex 2026-05-16 19:15:34 +02:00
l4d2-server-cvar-reference.md docs: janitorial cleanup checklist + L4D2 server cvar reference 2026-05-15 02:05:12 +02:00