42 'LANG_NAME' =>
'Smalltalk',
43 'COMMENT_SINGLE' => array(),
44 'COMMENT_MULTI' => array(
'"' =>
'"'),
46 'QUOTEMARKS' => array(
"'"),
50 'self',
'super',
'true',
'false',
'nil'
54 '[',
']',
'=' ,
':=',
'(',
')',
'#'
56 'CASE_SENSITIVE' => array(
62 1 =>
'color: #7f007f;'
65 'MULTI' =>
'color: #007f00; font-style: italic;'
67 'ESCAPE_CHAR' => array(
74 0 =>
'color: #7f0000;'
77 0 =>
'color: #7f0000;'
83 0 =>
'color: #000066; font-weight:bold;'
86 0 =>
'color: #0000ff;',
87 1 =>
'color: #7f0000;',
88 2 =>
'color: #7f0000;',
89 3 =>
'color: #00007f;',
90 5 =>
'color: #00007f;',
91 6 =>
'color: #00007f;'
101 'OBJECT_SPLITTERS' => array(
105 GESHI_SEARCH =>
'([^a-zA-Z0-9_#<])([A-Z]+[a-zA-Z0-9_]*)(?!>)',
133 GESHI_SEARCH =>
'([:(,=[.*\/+-]\s*(?!\d+\/))([a-zA-Z0-9_]+)',
148 'SCRIPT_DELIMITERS' => array(
150 '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.