allow "^" in mini notation step
This commit is contained in:
parent
2069b02ba7
commit
ffffca8cdc
2 changed files with 128 additions and 117 deletions
|
|
@ -80,7 +80,7 @@ quote = '"' / "'"
|
|||
// ------------------ steps and cycles ---------------------------
|
||||
|
||||
// single step definition (e.g bd)
|
||||
step_char = [0-9a-zA-Z~] / "-" / "#" / "."
|
||||
step_char = [0-9a-zA-Z~] / "-" / "#" / "." / "^"
|
||||
step = ws chars:step_char+ ws { return chars.join("") }
|
||||
|
||||
// define a sub cycle e.g. [1 2, 3 [4]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue