gb.eval.highlight
This component provides classes for highlighting source code.
Class
|
Description
|
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