1181-Minor update to regex

This commit is contained in:
Justin Greywolf
2020-08-04 12:05:56 -07:00
parent 1f051d7a9f
commit 9a86accc62
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
\-\- return 'LINE';
\.\. return 'DOTTED_LINE';
":"{1}[^:\n;]+ return 'LABEL';
":::" return 'STYLE_SEPARATOR';
":"{3} return 'STYLE_SEPARATOR';
\- return 'MINUS';
"." return 'DOT';
\+ return 'PLUS';