49 'COMMENT_SINGLE' => array(),
50 'COMMENT_MULTI' => array(),
52 'QUOTEMARKS' => array(
"'",
'"'),
58 'CASE_SENSITIVE' => array(
66 'ESCAPE_CHAR' => array(
67 0 =>
'color: #000099; font-weight: bold;' 70 0 =>
'color: #66cc66;' 73 0 =>
'color: #ff0000;' 76 0 =>
'color: #cc66cc;' 81 0 =>
'color: #66cc66;' 84 -1 =>
'color: #808080; font-style: italic;',
85 0 =>
'color: #00bbdd;',
86 1 =>
'color: #ddbb00;',
87 2 =>
'color: #339933;',
88 3 =>
'color: #009900;' 91 0 =>
'color: #000066;',
92 1 =>
'color: #000000; font-weight: bold;',
93 2 =>
'color: #000000; font-weight: bold;' 99 'OBJECT_SPLITTERS' => array(
110 GESHI_SEARCH =>
'(<[\/?|(\?xml)]?[a-z_:][\w\-\.:]*(\??>)?)',
125 'SCRIPT_DELIMITERS' => array(
142 'HIGHLIGHT_STRICT_BLOCK' => array(
150 'PARSER_CONTROL' => array(
151 '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_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_ALWAYS
Strict mode always applies.
const GESHI_AFTER
The key of the regex array defining what bracket group in a matched search to put after the replaceme...