This keyword hightlighting.

This commit is contained in:
Jindra Petřík
2025-05-30 21:22:56 +02:00
parent 9e398dc763
commit af408060b3
2 changed files with 6 additions and 5 deletions
@@ -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);