fix: lint error
This commit is contained in:
parent
95526ac99c
commit
ea61627963
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export class MondoParser {
|
||||||
pipe: /^\./,
|
pipe: /^\./,
|
||||||
stack: /^,/,
|
stack: /^,/,
|
||||||
op: /^[*/]/,
|
op: /^[*/]/,
|
||||||
plain: /^[a-zA-Z0-9-_\^]+/,
|
plain: /^[a-zA-Z0-9-_^]+/,
|
||||||
};
|
};
|
||||||
// matches next token
|
// matches next token
|
||||||
next_token(code, offset = 0) {
|
next_token(code, offset = 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue