Fixed: AS3 highlighter - XML tag open fix

This commit is contained in:
Jindra Petřík
2025-06-08 14:59:08 +02:00
parent 079b0d0b36
commit eaf0ca0a9a

View File

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