48 'COMMENT_SINGLE' => array(
';'),
49 'COMMENT_MULTI' => array(),
51 'QUOTEMARKS' => array(
'"',
"'"),
53 'KEYWORDS' => array(),
59 4 => array(
'=',
'*',
'/',
'|',
':'),
61 'CASE_SENSITIVE' => array(
65 'KEYWORDS' => array(),
67 0 =>
'color: #666666; font-style: italic;',
69 'ESCAPE_CHAR' => array(
86 0 =>
'color: #000066; font-weight: bold;',
87 1 =>
'color: #000066; font-weight: bold;',
88 2 =>
'color: #000066; font-weight: bold;',
89 3 =>
'color: #000066; font-weight: bold;',
90 4 =>
'color: #006600; font-weight: bold;',
101 'OBJECT_SPLITTERS' => array(),
113 'SCRIPT_DELIMITERS' => array(
115 'HIGHLIGHT_STRICT_BLOCK' => array(
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_SEARCH
The key of the regex array defining what to search for.
const GESHI_NEVER
#+ private
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...