mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:10:47 +00:00
This keyword hightlighting.
This commit is contained in:
+1
@@ -774,6 +774,7 @@ public class ActionScript2SimpleParser implements SimpleParser {
|
||||
} while (s.type == SymbolType.COMMA);
|
||||
}
|
||||
expected(errors, s, lexer.yyline(), SymbolType.CURLY_OPEN);
|
||||
variables.add(new Variable(true, "this", s.position));
|
||||
List<VariableOrScope> subVariables = new ArrayList<>();
|
||||
traits(errors, false, className, subVariables, inTellTarget, hasEval);
|
||||
ClassScope cs = new ClassScope(subVariables);
|
||||
|
||||
Reference in New Issue
Block a user