mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-14 23:09:22 +00:00
fix #335
Not 100% sure about this, but looks like logical to me... feedback is welcome.
This commit is contained in:
parent
977b2de73e
commit
c6f5ba6a74
@ -189,7 +189,8 @@ SpecialKeywordEnding = {WhiteSpaceChar}+ [\'\"\[A-Za-z0-9_$/]
|
||||
{LineTerminator} { /*System.err.println("LF");*/ return symbol(sym.LF); }
|
||||
{WhiteSpaceChar} { /* ignore */ }
|
||||
//{WhiteSpace} { /* ignore */ }
|
||||
[] { /* ignore */ }
|
||||
// any other character fallback (just ignore -- best effort)
|
||||
[^] { /* ignore */ }
|
||||
}
|
||||
|
||||
<STRING> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user