public interface HighlightInfoFilter
Modifier and Type | Field and Description |
---|---|
static HighlightInfoFilter[] |
EMPTY_ARRAY |
static ExtensionPointName<HighlightInfoFilter> |
EXTENSION_POINT_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(HighlightInfo highlightInfo,
PsiFile file) |
static final HighlightInfoFilter[] EMPTY_ARRAY
static final ExtensionPointName<HighlightInfoFilter> EXTENSION_POINT_NAME
boolean accept(HighlightInfo highlightInfo, PsiFile file)
file
- - might (and will be) null. Return true in this case if you'd like to switch this kind of highlighting in ANY file