41 'LANG_NAME' =>
'Xojo',
42 'COMMENT_SINGLE' => array(1 =>
"'", 2 =>
'//', 3 =>
'rem'),
43 'COMMENT_MULTI' => array(),
45 'QUOTEMARKS' => array(
'"'),
197 'CASE_SENSITIVE' => array(
205 1 =>
'color: #0000FF;',
206 2 =>
'color: #0000FF;',
207 3 =>
'color: #0000FF;',
210 1 =>
'color: #7F0000;',
211 2 =>
'color: #7F0000;',
212 3 =>
'color: #7F0000;',
213 'MULTI' =>
'color: #7F0000;' 215 'ESCAPE_CHAR' => array(
216 0 =>
'color: #008080;' 219 0 =>
'color: #000000;' 222 0 =>
'color: #6500FE;' 225 1 =>
'color: #326598;',
226 2 =>
'color: #006532;',
229 1 =>
'color: #000000;' 232 0 =>
'color: #000000;' 235 1 =>
'color: #326598;',
236 2 =>
'color: #326598;',
237 3 =>
'color: #326598;',
242 1 =>
'http://docs.xojo.com/index.php/{FNAMEU}',
243 2 =>
'http://docs.xojo.com/index.php/{FNAMEU}',
247 'OBJECT_SPLITTERS' => array(
277 'SCRIPT_DELIMITERS' => array(),
278 'HIGHLIGHT_STRICT_BLOCK' => array()
const GESHI_NUMBER_INT_CSTYLE
Enhanced number format for integers like seen in C.
const GESHI_MODIFIERS
The key of the regex array defining any modifiers to the regular expression.
const GESHI_BEFORE
The key of the regex array defining what bracket group in a matched search to put before the replacem...
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_REPLACE
The key of the regex array defining what bracket group in a matched search to use as a replacement...
const GESHI_NUMBER_FLT_NONSCI
Number format to highlight floating-point numbers without support for scientific notation.
const GESHI_SEARCH
The key of the regex array defining what to search for.
const GESHI_NEVER
#+ private
const GESHI_NUMBER_INT_BASIC
Basic number format for integers.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.
const GESHI_AFTER
The key of the regex array defining what bracket group in a matched search to put after the replaceme...