mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 21:55:33 +00:00
Added: AS1/2 - underline errors in the code (also in edit mode)
This commit is contained in:
@@ -474,7 +474,7 @@ Preprocessor = \u00A7\u00A7 {Identifier}
|
||||
|
||||
/* escape sequences */
|
||||
|
||||
\\. { throw new ActionParseException("Illegal escape sequence \"" + yytext() + "\"", yyline + 1); }
|
||||
\\. { throw new ActionParseException("Illegal escape sequence \"" + yytext() + "\"", yyline + 1, yychar()); }
|
||||
{LineTerminator} { yybegin(YYINITIAL); yyline++;}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user