38 'LANG_NAME' =>
'FreeSWITCH',
39 'COMMENT_SINGLE' => array(1 =>
'#'),
40 'COMMENT_MULTI' => array(),
41 'COMMENT_REGEXP' => array(1 =>
"/^Comment:.*?$/m"),
43 'QUOTEMARKS' => array(),
54 'CASE_SENSITIVE' => array(
64 1 =>
'color: #808080; font-style: italic;',
66 'ESCAPE_CHAR' => array(
67 0 =>
'color: #000099; font-weight: bold;' 84 0 =>
'color: firebrick; font-weight: bold;',
85 1 =>
'color: cornflowerblue; font-weight: bold;',
86 2 =>
'color: goldenrod; font-weight: bold;',
87 3 =>
'color: green; font-weight: bold;',
88 4 =>
'color: dimgrey; font-style: italic;',
89 5 =>
'color: green; font-weight: bold;',
90 6 =>
'color: firebrick; font-weight: bold;',
91 7 =>
'color: indigo; font-weight: italic;' 100 'OBJECT_SPLITTERS' => array(
125 GESHI_SEARCH =>
'(^.*INFO.*|.*info\(.*|^Channel.*|^Caller.*|^variable.*)',
162 'SCRIPT_DELIMITERS' => array(
164 '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...