allow _ as silence
This commit is contained in:
parent
28cd7c1681
commit
c751bb7e5f
3 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,8 @@ export class MondoParser {
|
|||
open_curly: /^\{/,
|
||||
close_curly: /^\}/,
|
||||
number: /^-?[0-9]*\.?[0-9]+/, // before pipe!
|
||||
op: /^[*/:!@%?+-]|^\.{2}/, // * / : ! @ % ? ..
|
||||
// "+" and "-" might be added here, but then "-" won't work as silence anymore..
|
||||
op: /^[*/:!@%?]|^\.{2}/, // * / : ! @ % ? ..
|
||||
// dollar: /^\$/,
|
||||
pipe: /^#/,
|
||||
stack: /^[,$]/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue