mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 16:48:09 +00:00
AS3 highlighter - do not mark goto as error
This commit is contained in:
@@ -1886,7 +1886,8 @@ public class ActionScript3SimpleParser implements SimpleParser {
|
||||
break;
|
||||
case "goto":
|
||||
expectedType(errors, SymbolGroup.IDENTIFIER);
|
||||
errors.add(new SimpleParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline(), s.position));
|
||||
//errors.add(new SimpleParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline(), s.position));
|
||||
ret = true;
|
||||
break;
|
||||
case "multiname":
|
||||
errors.add(new SimpleParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline(), s.position));
|
||||
|
||||
Reference in New Issue
Block a user