Package com.intellij.openapi.fileTypes

Provides interfaces for registering and working with file types, and for implementing file type- dependent syntax highlighters.

See:
          Description

Interface Summary
FileType  
FileTypeListener  
FileTypeSupportCapabilities Deprecated. This interface is no longer used
SyntaxHighlighter Controls the syntax highlighting of a file.
 

Class Summary
FileTypeEvent  
FileTypeManager Manages the relationship between filenames and FileType instances.
LanguageFileType Kind of file types capable to provide Language.
PlainSyntaxHighlighter  
StdFileTypes  
SyntaxHighlighterBase  
UserBinaryFileType  
UserFileType<T extends UserFileType>  
 

Package com.intellij.openapi.fileTypes Description

Provides interfaces for registering and working with file types, and for implementing file type- dependent syntax highlighters.