24252627282930
private static final Map<IElementType, TextAttributesKey> TOKENS_TO_STYLES; @NotNull public Lexer getHighlightingLexer() { return new CoffeeScriptFlexLexer(); }
22232425262728
private static final IFileElementType FILE_ELEMENT_TYPE = new IFileElementType(CoffeeScriptFileType.COFFEE_SCRIPT_LANGUAGE); @NotNull public Lexer createLexer(Project project) { return new CoffeeScriptFlexLexer(); }