Uses of Interface
com.intellij.openapi.fileTypes.SyntaxHighlighter

Packages that use SyntaxHighlighter
com.intellij.lang Provides base interfaces which allow to extend IDEA with support for custom languages. 
com.intellij.openapi.fileTypes Provides interfaces for registering and working with file types, and for implementing file type- dependent syntax highlighters. 
com.intellij.openapi.options.colors Provides interfaces for adding custom pages to the "Colors and Fonts" settings dialog. 
 

Uses of SyntaxHighlighter in com.intellij.lang
 

Methods in com.intellij.lang that return SyntaxHighlighter
 SyntaxHighlighter Language.getSyntaxHighlighter(Project project)
          Override this method to provide syntax highlighting (coloring) capabilities for your language implementation.
 

Uses of SyntaxHighlighter in com.intellij.openapi.fileTypes
 

Classes in com.intellij.openapi.fileTypes that implement SyntaxHighlighter
 class PlainSyntaxHighlighter
           
 class SyntaxHighlighterBase
           
 

Methods in com.intellij.openapi.fileTypes that return SyntaxHighlighter
 SyntaxHighlighter UserBinaryFileType.getHighlighter(Project project)
           
 SyntaxHighlighter LanguageFileType.getHighlighter(Project project)
          Returns the syntax highlighter for the files of the type.
 SyntaxHighlighter FileType.getHighlighter(Project project)
          Returns the syntax highlighter for the files of the type.
 

Uses of SyntaxHighlighter in com.intellij.openapi.options.colors
 

Methods in com.intellij.openapi.options.colors that return SyntaxHighlighter
 SyntaxHighlighter ColorSettingsPage.getHighlighter()