mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 22:56:28 +00:00
Fixed: AS3 highlighter - XML tag open fix
This commit is contained in:
@@ -1189,7 +1189,7 @@ public class ActionScript3SimpleParser implements SimpleParser {
|
||||
break;
|
||||
case EOF:
|
||||
errors.add(new SimpleParseException("End of file before XML finish", lexer.yyline(), s.position));
|
||||
break;
|
||||
return;
|
||||
default:
|
||||
sb.append(s.value.toString());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user