Files
Partouf 8a45f07d5f algol68: case-insensitive keywords, fix operator boundaries
Real Algol 68 in the wild uses UPPER stropping (BEGIN, INT, MOD), but
the source TM grammar only matched lowercase. Drop the case sensitivity
on keywords/types/operators so the mode highlights both upper- and
lower-stropped code (and mixed editor-state code).

Also fixed the broken operator rules — \b(?::=)\b can never match
because : and = aren't word characters; replaced with bare-symbol
regexes for the punctuation operators while keeping word boundaries on
the alpha ones (OVER, MOD, AND, OR, NOT).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 12:15:21 +02:00
..
2025-10-28 09:45:26 +01:00
2026-05-02 08:07:10 -05:00
2025-06-18 09:04:23 -05:00
2025-07-28 10:34:46 -05:00
2025-04-24 12:10:37 -05:00
2025-07-28 10:34:46 -05:00