Fix whitespace
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ ID [^\s!"#%-,\.\/;->@\[-\^`\{-~]+/{LOOKAHEAD}
|
||||
|
||||
<mu>"=" return 'EQUALS';
|
||||
<mu>".." return 'ID';
|
||||
<mu>"."/{LOOKAHEAD} return 'ID';
|
||||
<mu>"."/{LOOKAHEAD} return 'ID';
|
||||
<mu>[\/.] return 'SEP';
|
||||
<mu>\s+ /*ignore whitespace*/
|
||||
<mu>"}}}" this.popState(); return 'CLOSE_UNESCAPED';
|
||||
|
||||
Reference in New Issue
Block a user