mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 12:59:46 +02:00
fix: Langium formatting
Co-authored-by: Reda Al Sulais <u.yokozuna@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import "../common/common";
|
|||||||
|
|
||||||
entry Packet:
|
entry Packet:
|
||||||
NEWLINE*
|
NEWLINE*
|
||||||
"packet-beta"
|
"packet-beta"
|
||||||
(
|
(
|
||||||
NEWLINE* TitleAndAccessibilities blocks+=PacketBlock*
|
NEWLINE* TitleAndAccessibilities blocks+=PacketBlock*
|
||||||
| NEWLINE+ blocks+=PacketBlock+
|
| NEWLINE+ blocks+=PacketBlock+
|
||||||
@@ -12,7 +12,7 @@ entry Packet:
|
|||||||
;
|
;
|
||||||
|
|
||||||
PacketBlock:
|
PacketBlock:
|
||||||
start=INT('-' end=INT)? ':' label=STRING NEWLINE+
|
start=INT('-' end=INT)? ':' label=STRING NEWLINE+
|
||||||
;
|
;
|
||||||
|
|
||||||
terminal INT returns number: /0|[1-9][0-9]*/;
|
terminal INT returns number: /0|[1-9][0-9]*/;
|
||||||
|
Reference in New Issue
Block a user