Package com.intellij.lang.annotation

Provides interfaces for implementing additional syntax highlighting, error and warning highlighting in custom languages.

See:
          Description

Interface Summary
AnnotationHolder Allows a custom language plugin to define annotations for files in that language.
Annotator Implemented by a custom language plugin to add annotations to files in the language.
ExternalAnnotator Implemented by a custom language plugin to process the files in a language by an external annotation tool.
 

Class Summary
Annotation Defines an annotation, which is displayed as a gutter bar mark or an extra highlight in the editor.
HighlightSeverity Defines a highlighting severity level for an annotation.
 

Package com.intellij.lang.annotation Description

Provides interfaces for implementing additional syntax highlighting, error and warning highlighting in custom languages.