fix: lint error

This commit is contained in:
Felix Roos
2025-03-16 21:05:04 +01:00
parent 95526ac99c
commit ea61627963
+1 -1
View File
@@ -19,7 +19,7 @@ export class MondoParser {
pipe: /^\./,
stack: /^,/,
op: /^[*/]/,
plain: /^[a-zA-Z0-9-_\^]+/,
plain: /^[a-zA-Z0-9-_^]+/,
};
// matches next token
next_token(code, offset = 0) {