org.eclipse.xtext.ui.editor.syntaxcoloring
Interface IHighlightingConfiguration

All Known Implementing Classes:
DefaultHighlightingConfiguration, SemanticHighlightingConfiguration, TemplatesHighlightingConfiguration, XbaseHighlightingConfiguration, XtendHighlightingConfiguration

public interface IHighlightingConfiguration

Clients should implement this interface to provide the set of highlighting styles. Implementors have to provide an id, name and default style.

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 void configure(IHighlightingConfigurationAcceptor acceptor)
          This method is called by the framework and allows clients to register the default styles for the semantic highlighting stage.
 

Method Detail

configure

void configure(IHighlightingConfigurationAcceptor acceptor)
This method is called by the framework and allows clients to register the default styles for the semantic highlighting stage.

Parameters:
acceptor - the acceptor is used to announce the various default styles. It is never null.
See Also:
IHighlightingConfigurationAcceptor.acceptDefaultHighlighting(String, String, org.eclipse.xtext.ui.editor.utils.TextStyle)