44 'LANG_NAME' =>
'ooRexx',
45 'COMMENT_SINGLE' => array(1 =>
'--'),
46 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
48 'QUOTEMARKS' => array(
"'",
'"'),
52 'address',
'arg',
'attribute',
'call',
'constant',
'do',
54 'interpret',
'iterate',
'leave',
'loop',
'nop',
'numeric',
55 'parse',
'procedure',
'pull',
'push',
'queue',
56 'raise',
'reply',
'return',
'say',
'select',
'signal',
60 'abstract',
'any',
'arguments',
'array',
'by',
61 'continue',
'digits',
'engineering',
'error',
62 'expose',
'external',
'failure',
'for',
'forever',
63 'forward',
'get',
'guard',
'guarded',
'halt',
64 'inherit',
'library',
'lostdigits',
'message',
65 'metaclass',
'mixinclass',
'name',
'nomethod',
'nostring',
66 'notready',
'novalue',
'off',
'on',
'options',
'over',
67 'private',
'protected',
'public',
'scientific',
'set',
68 'source',
'subclass',
'syntax',
'to',
'unguarded',
69 'unprotected',
'until',
'user',
70 'version',
'while',
'with' 73 'else',
'end',
'otherwise',
'then',
'when' 76 'rc',
'result',
'self',
'sigl',
'super' 79 '::attribute',
'::class',
'::constant',
'::method',
80 '::optins',
'::requires',
'::routine' 83 'abbrev',
'abs',
'beep',
'bitand',
'bitor',
84 'bitxor',
'b2x',
'center',
'centre',
'changestr',
'charin',
85 'charout',
'chars',
'compare',
'condition',
'copies',
86 'countstr',
'c2d',
'c2x',
'datatype',
'date',
'delstr',
87 'delword',
'directory',
'd2c',
'd2x',
'endlocal',
88 'errortext',
'filespec',
'form',
'format',
'fuzz',
'insert',
89 'lastpos',
'left',
'length',
'linein',
'lineout',
'lines',
90 'lower',
'max',
'min',
'overlay',
'pos',
'qualify',
'queued',
91 'random',
'reverse',
'right',
'rxfuncadd',
'rxfuncdrop',
92 'rxfuncquery',
'rxqueue',
'setlocal',
'sign',
'sourceline',
93 'space',
'stream',
'strip',
'substr',
'subword',
'symbol',
94 'time',
'trace',
'translate',
'trunc',
'upper',
'userid',
95 'value',
'var',
'verify',
'word',
'wordindex',
'wordlength',
96 'wordpos',
'words',
'xrange',
'x2b',
'x2c',
'x2d' 100 '(',
')',
'<',
'>',
'[',
']',
'=',
'+',
'-',
'*',
'/',
'!',
'%',
'^',
'&',
':',
103 'CASE_SENSITIVE' => array(
114 1 =>
'color: #b1b100;',
115 2 =>
'color: #ff0000; font-weight: bold;',
116 3 =>
'color: #00ff00; font-weight: bold;',
117 4 =>
'color: #0000ff; font-weight: bold;',
118 5 =>
'color: #880088; font-weight: bold;',
119 6 =>
'color: #888800; font-weight: bold;' 122 1 =>
'color: #666666;',
123 'MULTI' =>
'color: #808080;' 125 'ESCAPE_CHAR' => array(
126 0 =>
'color: #000099; font-weight: bold;' 129 0 =>
'color: #66cc66;' 132 0 =>
'color: #ff0000;' 135 0 =>
'color: #cc66cc;' 138 1 =>
'color: #202020;',
139 2 =>
'color: #202020;' 142 0 =>
'color: #66cc66;' 158 'OBJECT_SPLITTERS' => array(
164 'SCRIPT_DELIMITERS' => array(
166 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.