mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 21:39:40 +02:00
fix(packet): Grammar whitespace
Move populate into parser Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
This commit is contained in:
@@ -15,6 +15,5 @@ PacketBlock:
|
||||
start=INT('-' end=INT)? ':' label=STRING NEWLINE+
|
||||
;
|
||||
|
||||
hidden terminal WS: /\s+/;
|
||||
terminal INT returns number: /0|[1-9][0-9]*/;
|
||||
terminal STRING: /"[^"]*"|'[^']*'/;
|
||||
|
Reference in New Issue
Block a user