mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-09 23:33:50 +00:00

This is slightly more accurate for long strings and comments. Note that we still work a line at a time (and in a non-incremental manner), so doesn't actaully support multi-line strings (#1396). We do now treat goto as a keyword (fixes #1653). We don't currently support labels — those *technically* aren't a token (`:: foo --[[ a comment ]] ::` is a valid label!), but maybe we could special-case the short `::foo::` form.