mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 10:41:54 +00:00
Do not hilight §§multiname as error
This commit is contained in:
@@ -1890,7 +1890,9 @@ public class ActionScript3SimpleParser implements SimpleParser {
|
||||
ret = true;
|
||||
break;
|
||||
case "multiname":
|
||||
errors.add(new SimpleParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline(), s.position));
|
||||
expectedType(errors, SymbolType.INTEGER);
|
||||
//errors.add(new SimpleParseException("Compiling §§" + s.value + " is not available, sorry", lexer.yyline(), s.position));
|
||||
ret = true;
|
||||
break;
|
||||
default:
|
||||
errors.add(new SimpleParseException("Unknown preprocessor instruction: §§" + s.value, lexer.yyline(), s.position));
|
||||
|
||||
Reference in New Issue
Block a user