Class MweHighlightingConfiguration
java.lang.Object
org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
org.eclipse.emf.mwe2.language.ui.highlighting.MweHighlightingConfiguration
- All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
public class MweHighlightingConfiguration
extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
COMMENT_ID, DEFAULT_ID, INVALID_TOKEN_ID, KEYWORD_ID, NUMBER_ID, PUNCTUATION_ID, STRING_ID, TASK_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor) org.eclipse.xtext.ui.editor.utils.TextStyle
org.eclipse.xtext.ui.editor.utils.TextStyle
org.eclipse.xtext.ui.editor.utils.TextStyle
org.eclipse.xtext.ui.editor.utils.TextStyle
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle, taskTextStyle
-
Field Details
-
PROPERTY_REF
- See Also:
-
FEATURE_REF
- See Also:
-
STRING_PROP_REF
- See Also:
-
DEPRECATED_ELEMENT
- See Also:
-
-
Constructor Details
-
MweHighlightingConfiguration
public MweHighlightingConfiguration()
-
-
Method Details
-
configure
public void configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor) - Specified by:
configure
in interfaceorg.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
- Overrides:
configure
in classorg.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
-
propertyReferenceTextStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle propertyReferenceTextStyle() -
textPropertyRefStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle textPropertyRefStyle() -
featureReferenceTextStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle featureReferenceTextStyle() -
textDeprecatedStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle textDeprecatedStyle()
-