Class BslHighlightingConfiguration

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration

    public class BslHighlightingConfiguration
    extends Object
    implements org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
    Highlighting configuration for the Bsl language. Describes the styles available for highlighting.
    • Constructor Detail

      • BslHighlightingConfiguration

        public BslHighlightingConfiguration()
    • Method Detail

      • configure

        public void configure​(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
        Specified by:
        configure in interface org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
      • operatorTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle operatorTextStyle()
      • bracketTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle bracketTextStyle()
      • pragmaTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle pragmaTextStyle()
      • preprocIndentTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle preprocIndentTextStyle()
      • preprocOutTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle preprocOutTextStyle()
      • preprocOtherTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle preprocOtherTextStyle()
      • commentTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle commentTextStyle()
      • variableTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle variableTextStyle()
      • localVariableTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle localVariableTextStyle()
      • parametersTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle parametersTextStyle()
      • defaultTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle defaultTextStyle()
      • keywordTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle keywordTextStyle()
      • builtinTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle builtinTextStyle()
      • typeNameTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle typeNameTextStyle()
      • methodsTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle methodsTextStyle()
      • stringTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle stringTextStyle()
      • labelTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle labelTextStyle()
      • numberTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle numberTextStyle()
      • preprocessorTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle preprocessorTextStyle()