41 'LANG_NAME' =>
'PROPERTIES',
42 'COMMENT_SINGLE' => array(1 =>
'#'),
43 'COMMENT_MULTI' => array(),
45 'QUOTEMARKS' => array(
'"'),
56 'CASE_SENSITIVE' => array(
62 1 =>
'font-weight: bold;',
65 1 =>
'color: #808080; font-style: italic;' 67 'ESCAPE_CHAR' => array(
83 0 =>
'color: #000000;' 86 0 =>
'color: #000080; font-weight:bold;',
87 1 =>
'color: #008000; font-weight:bold;' 97 'OBJECT_SPLITTERS' => array(
121 'SCRIPT_DELIMITERS' => array(
123 '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...