mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
switch to NEWLINE+
instead of EOF
until next release of langium
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user