fix tok loc

This commit is contained in:
sfja 2025-12-13 02:37:56 +01:00
parent 697e928802
commit 3052ab05cd

View File

@ -60,7 +60,7 @@ export function tokenize(cx: Cx, fileId: number) {
col += match[0].length;
}
if (rule.ignore) continue;
if (rule.ignore) break;
const tok: Tok = {
type: id,