47 'COMMENT_SINGLE' => array(),
48 'COMMENT_MULTI' => array(),
49 'COMMENT_REGEXP' => array(0 =>
'/^\s*;.*?$/m'),
51 'QUOTEMARKS' => array(
'"'),
58 'CASE_SENSITIVE' => array(
65 0 =>
'color: #666666; font-style: italic;'
67 'ESCAPE_CHAR' => array(
83 0 =>
'color: #000066; font-weight:bold;'
86 0 =>
'color: #000066; font-weight:bold;',
87 1 =>
'color: #000099;',
88 2 =>
'color: #660066;'
97 'OBJECT_SPLITTERS' => array(
123 'SCRIPT_DELIMITERS' => array(
125 'HIGHLIGHT_STRICT_BLOCK' => array(
An exception for terminatinating execution or to throw for unit testing.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.
const GESHI_BEFORE
The key of the regex array defining what bracket group in a matched search to put before the replacem...
const GESHI_SEARCH
The key of the regex array defining what to search for.
const GESHI_AFTER
The key of the regex array defining what bracket group in a matched search to put after the replaceme...
const GESHI_REPLACE
The key of the regex array defining what bracket group in a matched search to use as a replacement.
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ @access private
const GESHI_MODIFIERS
The key of the regex array defining any modifiers to the regular expression.