Revert "Multiline comments"

This commit is contained in:
GDFaber
2020-02-29 21:32:20 +01:00
committed by GitHub
parent 2b58a2a176
commit 94ace2348f
7 changed files with 5 additions and 12 deletions

View File

@@ -18,7 +18,6 @@
\s+ /* skip all whitespace */
\#[^\n]* /* skip comments */
\%%[^\n]* /* skip comments */
\%\%\*((.|\n)*)\*\%\% /* multiline skip comments */
"gitGraph" return 'GG';
"commit" return 'COMMIT';
"branch" return 'BRANCH';