31 'LANG_NAME' =>
'Windows Batch file',
32 'COMMENT_SINGLE' => array(),
33 'COMMENT_MULTI' => array(),
34 'COMMENT_REGEXP' => array(
35 100 =>
'/(?:^|[&|])\\s*(?:rem|::)[^\\n]*/msi',
36 101 =>
'/[\\/-]\\S*/si',
37 102 =>
'/^\s*:[^:]\\S*/msi',
38 103 =>
'/(?:([%!])[^"\'~ ][^"\' ]*\\1|%%?(?:~[dpnxsatz]*)?[^"\'])/si' 41 'QUOTEMARKS' => array(
"'",
'"'),
43 'ESCAPE_REGEXP' => array(
44 100 =>
'/(?:([%!])\\S+\\1|%%(?:~[dpnxsatz]*)?[^"\'])/si' 146 "enabledelayedexpansion",
165 'CASE_SENSITIVE' => array(
173 1 =>
'color: #800080; font-weight: bold;',
174 2 =>
'color: #0080FF; font-weight: bold;',
175 3 =>
'color: #0000FF; font-weight: bold;' 178 101 =>
'color: #44aa44; font-weight: bold;',
179 100 =>
'color: #888888;',
180 102 =>
'color: #990000; font-weight: bold;',
181 103 =>
'color: #000099; font-weight: bold;',
182 'MULTI' =>
'color: #808080; font-style: italic;' 184 'ESCAPE_CHAR' => array(
185 100 =>
'color: #000099; font-weight: bold;' 188 0 =>
'color: #66cc66; font-weight: bold;' 191 0 =>
'color: #ff0000;',
194 0 =>
'color: #cc66cc;' 197 0 =>
'color: #006600;' 200 0 =>
'color: #44aa44; font-weight: bold;' 203 0 =>
'color: #990000; font-weight: bold',
204 1 =>
'color: #800080; font-weight: bold;' 214 'OBJECT_SPLITTERS' => array(),
226 'SCRIPT_DELIMITERS' => array(),
227 '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_MAYBE
Strict mode might apply, and can be enabled or disabled by GeSHi->enable_strict_mode().
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...