54 'LANG_NAME' =>
'Tera Term Macro',
55 'COMMENT_SINGLE' => array(1 =>
';'),
56 'COMMENT_MULTI' => array(),
58 'QUOTEMARKS' => array(
"'",
'"'),
287 '(',
')',
'[',
']',
'{',
'}',
288 '+',
'-',
'*',
'/',
'%',
293 'CASE_SENSITIVE' => array(
302 1 =>
'color: #000080; font-weight: bold!important;',
303 2 =>
'color: #808000; font-weight: bold;',
304 3 =>
'color: #ff0000; font-weight: bold;',
305 4 =>
'color: #ff00ff; font-weight: bold;' 308 1 =>
'color: #008000; font-style: italic;',
310 'ESCAPE_CHAR' => array(),
312 0 =>
'color: #ff00ff; font-weight: bold;' 315 0 =>
'color: #800080;' 318 0 =>
'color: #008080;' 325 0 =>
'color: #ff00ff; font-weight: bold;' 328 0 =>
'color: #0000ff; font-weight: bold;' 338 'OBJECT_SPLITTERS' => array(),
349 'SCRIPT_DELIMITERS' => array(),
350 '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_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...