Class FileTemplateHighlighter
java.lang.Object
com.intellij.openapi.fileTypes.SyntaxHighlighterBase
com.weirddev.testme.intellij.ui.template.FileTemplateHighlighter
- All Implemented Interfaces:
com.intellij.openapi.fileTypes.SyntaxHighlighter
public class FileTemplateHighlighter
extends com.intellij.openapi.fileTypes.SyntaxHighlighterBase
-
Field Summary
Fields inherited from interface com.intellij.openapi.fileTypes.SyntaxHighlighter
EP_NAME, PROVIDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull com.intellij.lexer.Lexer
@NotNull com.intellij.openapi.editor.colors.TextAttributesKey[]
getTokenHighlights
(com.intellij.psi.tree.IElementType tokenType) Methods inherited from class com.intellij.openapi.fileTypes.SyntaxHighlighterBase
fillMap, pack, pack, pack, pack, pack
-
Constructor Details
-
FileTemplateHighlighter
public FileTemplateHighlighter()
-
-
Method Details
-
getHighlightingLexer
@NotNull public @NotNull com.intellij.lexer.Lexer getHighlightingLexer() -
getTokenHighlights
@NotNull public @NotNull com.intellij.openapi.editor.colors.TextAttributesKey[] getTokenHighlights(com.intellij.psi.tree.IElementType tokenType)
-