de.cau.cs.kieler.synccharts.text.kits.ui
Class KitsHighlightingConfiguration
java.lang.Object
org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
de.cau.cs.kieler.synccharts.text.kits.ui.KitsHighlightingConfiguration
- All Implemented Interfaces:
- org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
public class KitsHighlightingConfiguration
- extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
Custom IHighlightingConfiguration
contributing to the Kits editor.
Provides profile for key value annotations' keys highlighting.
- Rating

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 |
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration |
commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANNOTATION_KEY
public static final String ANNOTATION_KEY
- See Also:
- Constant Field Values
COMMENT_ANNOTATION
public static final String COMMENT_ANNOTATION
- See Also:
- Constant Field Values
KitsHighlightingConfiguration
public KitsHighlightingConfiguration()
configure
public void configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
- Specified by:
configure
in interface org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
- Overrides:
configure
in class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
annotationKeyTextStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle annotationKeyTextStyle()
commentAnnotationTextStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle commentAnnotationTextStyle()