91929394959697
fillMap(ATTRIBUTES, BAD_TOKENS, CodeInsightColors.ERRORS_ATTRIBUTES); } @NotNull public Lexer getHighlightingLexer() { return new GoLexer(); }
23242526272829
public static final IStubFileElementType GO_FILE_TYPE = new GoStubFileElementType(GoFileType.INSTANCE.getLanguage()); @NotNull public Lexer createLexer(Project project) { return new GoLexer(); }
26272829303132
public GoFindUsagesProvider() { } public WordsScanner getWordsScanner() { return new DefaultWordsScanner(new GoLexer(), TokenSet.create(GoTokenTypes.mIDENT), GoTokenTypeSets.COMMENTS, TokenSet.create()); }