1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-09 23:33:50 +00:00
Jonathan Coates 69353a4fcf
Use lexer for edit's syntax highlighting
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.
2025-06-15 13:25:21 +01:00
..
2025-03-08 23:39:11 +00:00
2025-03-20 19:16:16 +00:00
2025-03-20 19:16:16 +00:00
2025-01-09 20:47:51 +00:00
2025-02-16 18:09:15 +00:00
2023-10-28 17:58:11 +01:00