40 'LANG_NAME' =>
'Whitespace',
41 'COMMENT_SINGLE' => array(),
42 'COMMENT_MULTI' => array(),
43 'COMMENT_REGEXP' => array(
44 3 =>
"/[^\n\x20\x09]+/s" 47 'QUOTEMARKS' => array(),
53 'CASE_SENSITIVE' => array(
60 3 =>
'color: #666666; font-style: italic;' 63 0 =>
'color: #66cc66;' 66 0 =>
'color: #ff0000;' 74 'ESCAPE_CHAR' => array(
79 2 =>
'background-color: #FF9999;',
80 3 =>
'background-color: #9999FF;' 86 'OBJECT_SPLITTERS' => array(
105 'SCRIPT_DELIMITERS' => array(
107 'HIGHLIGHT_STRICT_BLOCK' => array(
110 'PARSER_CONTROL' => array(
111 '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_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_CAPS_UPPER
Uppercase keywords found.
const GESHI_SEARCH
The key of the regex array defining what to search for.
const GESHI_NEVER
#+ private
const GESHI_AFTER
The key of the regex array defining what bracket group in a matched search to put after the replaceme...