mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +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:
 | 
			
		||||
 
 | 
			
		||||
@@ -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: /"[^"]+"/;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user