public interface IHighlightingConfiguration
id, name and default style.| Modifier and Type | Method and Description |
|---|---|
void |
configure(IHighlightingConfigurationAcceptor acceptor)
This method is called by the framework and allows clients to register the default styles for
the semantic highlighting stage.
|
void configure(IHighlightingConfigurationAcceptor acceptor)
acceptor - the acceptor is used to announce the various default styles. It is never null.IHighlightingConfigurationAcceptor.acceptDefaultHighlighting(String, String, org.eclipse.xtext.ui.editor.utils.TextStyle)Copyright © 2016. All Rights Reserved.