Multiline comments

This commit is contained in:
Erik Ellingsen
2020-02-27 00:02:25 +01:00
parent 737e95c3f9
commit e62027b73c
7 changed files with 12 additions and 5 deletions

View File

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