42 'COMMENT_SINGLE' => array(),
43 'COMMENT_MULTI' => array(),
45 'QUOTEMARKS' => array(
'"'),
46 'ESCAPE_CHAR' =>
'\\',
60 'CASE_SENSITIVE' => array(
66 0 =>
'font-weight:bold;',
67 1 =>
'font-weight:bold; color: #ff0000;' 71 'ESCAPE_CHAR' => array(
75 0 =>
'font-weight:bold;' 87 0 =>
'color: #000066; font-weight:bold;',
88 1 =>
'color: #006600;',
89 2 =>
'color: #B07E00;',
90 3 =>
'color: #0057AE; text-style:italic;',
91 4 =>
'color: #0057AE; text-style:italic;',
92 5 =>
'color: #442886;',
93 6 =>
'color: #442886; font-weight:bold;',
94 7 =>
'color: #FF0000; font-weight:bold;',
95 8 =>
'color: #006E26;',
106 'OBJECT_SPLITTERS' => array(
159 GESHI_SEARCH =>
'(\s+)(in\s+)?([^ 0-9][^ ]*)([ \n]+\()',
167 GESHI_SEARCH =>
'\b((?:\*__GI_)?(?:__assert_fail|abort)|qFatal|0x0)\b([^\.]|$)',
182 9 =>
'\b(?:0x[a-f0-9]{2,}|value\s+optimized\s+out)\b' 185 'SCRIPT_DELIMITERS' => array(
187 'HIGHLIGHT_STRICT_BLOCK' => array(
189 'PARSER_CONTROL' => array(
190 'ENABLE_FLAGS' => 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_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...