mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 21:39:40 +02:00
🤏 Update Note comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Base terminals and fragments for common language constructs
|
// Base terminals and fragments for common language constructs
|
||||||
// Terminal Precedence: Lazy to Greedy
|
// Terminal Precedence: Lazy to Greedy
|
||||||
// When imported, the terminals are considered after the terminals in the importing grammar
|
// When imported, the terminals are considered after the terminals in the importing grammar
|
||||||
// Note: Hence, to add a terminal greedier than the common terminals, import the common grammar first
|
// Note: Hence, to add a terminal greedier than the common terminals, import it separately after the common import
|
||||||
|
|
||||||
fragment EOL returns string:
|
fragment EOL returns string:
|
||||||
NEWLINE+ | EOF
|
NEWLINE+ | EOF
|
||||||
|
Reference in New Issue
Block a user