53 'COMMENT_SINGLE' => array(),
54 'COMMENT_MULTI' => array(),
55 'COMMENT_REGEXP' => array(
56 1 =>
'/(?:^|(?<=\{|;))\s*#(?:\\\\\\\\|\\\\\\n|.)*$/m',
60 'QUOTEMARKS' => array(
'"'),
61 'ESCAPE_CHAR' =>
'\\',
68 'proc',
'global',
'upvar',
'if',
'then',
'else',
'elseif',
'for',
'foreach',
69 'break',
'continue',
'while',
'set',
'eval',
'case',
'in',
'switch',
70 'default',
'exit',
'error',
'return',
'uplevel',
'loop',
71 'for_array_keys',
'for_recursive_glob',
'for_file',
'unwind_protect',
72 'expr',
'catch',
'namespace',
'rename',
'variable',
74 'method',
'itcl_class',
'public',
'protected'),
82 'append',
'binary',
'format',
're_syntax',
'regexp',
'regsub',
83 'scan',
'string',
'subst',
85 'concat',
'join',
'lappend',
'lindex',
'list',
'llength',
'lrange',
86 'lreplace',
'lsearch',
'lset',
'lsort',
'split',
88 'incr',
'close',
'eof',
'fblocked',
'fconfigure',
'fcopy',
'file',
89 'fileevent',
'flush',
'gets',
'open',
'puts',
'read',
'seek',
92 'load',
'loadTk',
'package',
'pgk::create',
'pgk_mkIndex',
'source',
94 'bgerror',
'history',
'info',
'interp',
'memory',
'unknown',
96 'enconding',
'http',
'msgcat',
98 'cd',
'clock',
'exec',
'glob',
'pid',
'pwd',
'time',
100 'dde',
'registry',
'resource',
102 '$argc',
'$argv',
'$errorCode',
'$errorInfo',
'$argv0',
103 '$auto_index',
'$auto_oldpath',
'$auto_path',
'$env',
104 '$tcl_interactive',
'$tcl_libpath',
'$tcl_library',
105 '$tcl_pkgPath',
'$tcl_platform',
'$tcl_precision',
'$tcl_traceExec',
112 'comment',
'filename',
'library',
'packagens',
'tcltest',
'tclvars',
123 '(',
')',
'[',
']',
'{',
'}',
'$',
'*',
'&',
'%',
'!',
';',
'<',
'>',
'?' 125 'CASE_SENSITIVE' => array(
134 1 =>
'color: #ff7700;font-weight:bold;',
135 2 =>
'color: #008000;',
136 3 =>
'color: #dc143c;',
140 1 =>
'color: #808080; font-style: italic;',
142 'MULTI' =>
'color: #808080; font-style: italic;' 144 'ESCAPE_CHAR' => array(
145 0 =>
'color: #000099; font-weight: bold;' 151 0 =>
'color: #483d8b;' 154 0 =>
'color: #ff4500;' 160 0 =>
'color: #66cc66;' 163 0 =>
'color: #ff3333;' 175 'OBJECT_SPLITTERS' => array(
180 0 =>
'[\\$]+[a-zA-Z_][a-zA-Z0-9_]*',
183 'SCRIPT_DELIMITERS' => array(
185 'HIGHLIGHT_STRICT_BLOCK' => array(
187 'PARSER_CONTROL' => array(
189 'DISALLOWED_BEFORE' =>
'\\'
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.