mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	[autofix.ci] apply automated fixes
This commit is contained in:
		@@ -44,18 +44,15 @@ ValueConverter -->> Package: Return AST
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
- When to override `TokenBuilder`?
 | 
			
		||||
 | 
			
		||||
  - To override keyword rules.
 | 
			
		||||
  - To override terminal rules that need a custom function.
 | 
			
		||||
  - To manually reorder the list of rules.
 | 
			
		||||
 | 
			
		||||
- When to override `Lexer`?
 | 
			
		||||
 | 
			
		||||
  - To modify input before tokenizing.
 | 
			
		||||
  - To insert/modify tokens that cannot or have not been parsed.
 | 
			
		||||
 | 
			
		||||
- When to override `LangiumParser`?
 | 
			
		||||
 | 
			
		||||
  - To insert or modify attributes that can't be parsed.
 | 
			
		||||
 | 
			
		||||
- When to override `ValueConverter`?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user