34353637383940
import org.jetbrains.annotations.NotNull; public class HaxeParserDefinition implements ParserDefinition { @NotNull public Lexer createLexer(Project project) { return new HaxeLexer(project); }
75767778798081
fillMap(ATTRIBUTES, CONDITIONALLY_NOT_COMPILED, HaxeSyntaxHighlighterColors.CONDITIONALLY_NOT_COMPILED); } @NotNull public Lexer getHighlightingLexer() { return new HaxeLexer(myProject); }