gb.eval.highlight

This component provides classes for highlighting source code.

Clase Descripción
Highlight This class provides some useful features for analyzing and highlighting a line of Gambas code.
TextHighlighter This class is the parent class of all specific text highlighter.
TextHighlighterStyle This class represents the style of one highlight state. A full highlighter style is represented as an array of that class.
TextHighlighterTheme

At the moment, the following highlighters are implemented:
  • C

  • C++

  • CSS

  • Gambas

  • Diff

  • HTML

  • JavaScript

  • Sh

  • SQL

  • Webpage