Not 100% sure about this, but looks like logical to me... feedback is
welcome.
This commit is contained in:
Renaud Pawlak 2017-08-22 17:08:23 +02:00
parent 977b2de73e
commit c6f5ba6a74

View File

@ -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> {