mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 04:04:28 +01: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