41 'LANG_NAME' =>
'MXML',
42 'COMMENT_SINGLE' => array(),
43 'COMMENT_MULTI' => array(
'<!--' =>
'-->'),
45 'QUOTEMARKS' => array(
"'",
'"'),
51 'CASE_SENSITIVE' => array(
58 'MULTI' =>
'color: #808080; font-style: italic;' 60 'ESCAPE_CHAR' => array(
61 0 =>
'color: #000099; font-weight: bold;' 64 0 =>
'color: #66cc66;' 67 0 =>
'color: #ff0000;' 70 0 =>
'color: #cc66cc;' 75 0 =>
'color: #66cc66;' 78 0 =>
'color: #00bbdd;',
79 1 =>
'color: #ddbb00;',
80 2 =>
'color: #339933;',
81 3 =>
'color: #000000;' 84 0 =>
'font-weight: bold; color: black;',
85 1 =>
'color: #7400FF;',
86 2 =>
'color: #7400FF;' 92 'OBJECT_SPLITTERS' => array(
97 GESHI_SEARCH =>
'(<[\/?|(\?xml)]?[a-z0-9_\-:]*(\?>))',
121 'SCRIPT_DELIMITERS' => array(
130 '<mx:Script>' =>
'</mx:Script>' 136 '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_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...