Class ExpressionsHighlightingConfiguration
java.lang.Object
com._1c.g5.v8.dt.dcs.expressions.ui.syntaxcoloring.ExpressionsHighlightingConfiguration
- All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
public class ExpressionsHighlightingConfiguration
extends Object
implements org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
Highlighting configuration for the DCS Expressions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
-
Field Details
-
DEFAULT_ID
- See Also:
-
KEYWORD_ID
- See Also:
-
OPERATORS_ID
- See Also:
-
BRACKETS_ID
- See Also:
-
STRING_ID
- See Also:
-
NUMBER_ID
- See Also:
-
PARAMETERS_ID
- See Also:
-
BUILTIN_FUNCTION_ID
- See Also:
-
FUNCTION_ID
- See Also:
-
FIELD_ID
- See Also:
-
-
Constructor Details
-
ExpressionsHighlightingConfiguration
public ExpressionsHighlightingConfiguration()
-
-
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
-