Fix support for Rhino

This commit is contained in:
Chris Broadfoot
2011-12-20 10:43:37 +11:00
parent 87e6f21765
commit f6070f0084
+1 -1
View File
@@ -19,7 +19,7 @@
<mu>"=" { return 'EQUALS'; }
<mu>"."/[} ] { return 'ID'; }
<mu>".." { return 'ID'; }
<mu>[/.] { return 'SEP'; }
<mu>[\/.] { return 'SEP'; }
<mu>\s+ { /*ignore whitespace*/ }
<mu>"}}}" { this.begin("INITIAL"); return 'CLOSE'; }
<mu>"}}" { this.begin("INITIAL"); return 'CLOSE'; }