Files
SponsorBlock/src
mschae23 d165e06d2b Fix various tokenization issues
- Keywords and operators were previously matching too eagerly. For example, `ifcategory` would be matched as two tokens `if` `category` and result in a valid file. This is now a single error token.
- Strings previously allowed line breaks in them. This has been fixed, strings only consume up to the end of the line now.
- the error message for error tokens has been improved by using JSON escape.
2025-09-24 13:46:21 +02:00
..
2025-09-19 16:17:30 +02:00
2025-09-09 03:34:28 -04:00
2025-09-09 03:34:28 -04:00
2025-09-24 13:46:21 +02:00
2025-08-28 21:49:06 +02:00
2025-08-28 21:49:06 +02:00
2023-08-01 22:45:01 -04:00
2024-06-19 23:14:27 +05:30
2025-09-18 04:01:57 -04:00
2023-08-01 22:45:01 -04:00
2025-09-09 03:34:28 -04:00
2025-08-28 21:49:06 +02:00