This commit is contained in:
Tyler Long
2017-08-16 22:02:28 +08:00
parent e0c732ad47
commit e2b4fd4b20
6 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
/** mermaid
* http://knsv.github.io/mermaid/
* https://mermaidjs.github.io/
* (c) 2015 Knut Sveidqvist
* MIT license.
*/
@@ -192,10 +192,10 @@ graphConfig
ending: endToken ending
| endToken
;
endToken: NEWLINE | SPACE | EOF;
FirstStmtSeperator
FirstStmtSeperator
: SEMI | NEWLINE | spaceList NEWLINE ;