|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.fileTypes.PlainSyntaxHighlighter
public class PlainSyntaxHighlighter
| Constructor Summary | |
|---|---|
PlainSyntaxHighlighter()
|
|
| Method Summary | |
|---|---|
Lexer |
getHighlightingLexer()
Returns the lexer used for highlighing the file. |
TextAttributesKey[] |
getTokenHighlights(IElementType tokenType)
Returns the list of text attribute keys used for highlighting the specified token type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainSyntaxHighlighter()
| Method Detail |
|---|
@NotNull public Lexer getHighlightingLexer()
SyntaxHighlighter
getHighlightingLexer in interface SyntaxHighlighter@NotNull public TextAttributesKey[] getTokenHighlights(IElementType tokenType)
SyntaxHighlighter
getTokenHighlights in interface SyntaxHighlightertokenType - The token type for which the highlighting is requested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||