public interface SyntaxHighlighter
SyntaxHighlighterBase
.Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<KeyedFactoryEPBean> |
EP_NAME |
static SyntaxHighlighterProvider |
PROVIDER
|
Modifier and Type | Method and Description |
---|---|
Lexer |
getHighlightingLexer()
Returns the lexer used for highlighting the file.
|
TextAttributesKey [] |
getTokenHighlights(IElementType tokenType)
Returns the list of text attribute keys used for highlighting the specified token type.
|
static final ExtensionPointName<KeyedFactoryEPBean> EP_NAME
@Deprecated static final SyntaxHighlighterProvider PROVIDER
Lexer getHighlightingLexer()
TextAttributesKey [] getTokenHighlights(IElementType tokenType)
tokenType
- The token type for which the highlighting is requested.