Added: AS1/2 - underline errors in the code (also in edit mode)

This commit is contained in:
Jindra Petřík
2025-05-28 17:51:05 +02:00
parent d3dd8224d4
commit 479b61a7f1
10 changed files with 721 additions and 380 deletions

View File

@@ -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++;}
}