Files
Partouf 8b406d2b04 algol68: style content inside comments and strings as their scope
The first cut tokenized only the begin/end delimiters of TextMate
begin/end ranges, so text *inside* a `{ ... }` comment (or `" ... "`
string) fell through to defaultToken and looked like plain code.

Updated the converter to add a catch-all rule (`[/./, token]`) to any
state generated from a `name`-bearing range, and added a fixed-point
propagation pass so push-target states inherit the ambient token from
their effective callers — needed for nested cases like the recursive
`block_comment_content_1` reached via include from the comment state.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 11:57:57 +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