mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-21 20:55:12 -04:00
fix: lint error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user