63 'LANG_NAME' =>
'Microsoft Registry',
64 'COMMENT_SINGLE' => array(1 =>
';'),
65 'COMMENT_MULTI' => array( ),
67 'QUOTEMARKS' => array(),
78 'HKEY_CURRENT_CONFIG',
80 'HKLM',
'HKCR',
'HKCU',
'HKU',
'HKCC',
'HKDD' 86 'CASE_SENSITIVE' => array(
96 3 =>
'color: #800000;' 99 1 =>
'color: #009900;' 101 'ESCAPE_CHAR' => array(
104 0 =>
'color: #000000;' 107 0 =>
'color: #009900;' 114 0 =>
'color: #000000;' 119 0 =>
'color: #00CCFF;',
120 1 =>
'color: #0000FF;',
122 3 =>
'color: #0000FF;',
123 4 =>
'color: #0000FF;',
127 8 =>
'color: #FF6600;',
136 'OBJECT_SPLITTERS' => array(
141 GESHI_SEARCH =>
'((^|\\n)\\s*)(\\\\\\[(.*)\\\\\\])(\\s*(\\n|$))',
150 GESHI_SEARCH =>
'(^\s*)(Windows Registry Editor Version \d+\.\d+)(\s*$)',
195 GESHI_SEARCH =>
'(=\s*\n?\s*)(hex:[0-9a-fA-F]{2}(,(\\\s*\n\s*)?[0-9a-fA-F]{2})*)',
213 GESHI_SEARCH =>
'(\{[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\})',
222 'SCRIPT_DELIMITERS' => array(
224 'HIGHLIGHT_STRICT_BLOCK' => array(
226 'PARSER_CONTROL' => array(
227 '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_CLASS
The key of the regex array defining a custom keyword to use for this regexp's html tag class...
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...