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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)