mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
switch to NEWLINE+
instead of EOF
until next release of langium
This commit is contained in:
parent
c62be1bb45
commit
f01971b67c
@ -5,7 +5,7 @@ interface Common {
|
||||
}
|
||||
|
||||
fragment TitleAndAccessibilities:
|
||||
((accDescr=ACC_DESCR | accTitle=ACC_TITLE | title=TITLE) EOL)+
|
||||
((accDescr=ACC_DESCR | accTitle=ACC_TITLE | title=TITLE) NEWLINE)+
|
||||
;
|
||||
|
||||
fragment EOL returns string:
|
||||
|
@ -12,7 +12,7 @@ entry Pie:
|
||||
;
|
||||
|
||||
PieSection:
|
||||
label=PIE_SECTION_LABEL ":" value=PIE_SECTION_VALUE EOF
|
||||
label=PIE_SECTION_LABEL ":" value=PIE_SECTION_VALUE NEWLINE+
|
||||
;
|
||||
|
||||
terminal PIE_SECTION_LABEL: /"[^"]+"/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user