mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-11 10:09:39 +02:00
Changes to gantt.jison
1. Consistent spacing on line 30
This commit is contained in:
@@ -27,7 +27,7 @@ accDescr\s*"{"\s* { this.begin("acc_descr_multili
|
|||||||
|
|
||||||
\%\%(?!\{)*[^\n]* /* skip comments */
|
\%\%(?!\{)*[^\n]* /* skip comments */
|
||||||
[^\}]\%\%*[^\n]* /* skip comments */
|
[^\}]\%\%*[^\n]* /* skip comments */
|
||||||
\%\%*[^\n]*[\n]* /* do nothing */
|
\%\%*[^\n]*[\n]* /* do nothing */
|
||||||
|
|
||||||
[\n]+ return 'NL';
|
[\n]+ return 'NL';
|
||||||
\s+ /* skip whitespace */
|
\s+ /* skip whitespace */
|
||||||
|
Reference in New Issue
Block a user