44 'LANG_NAME' =>
'NetRexx',
45 'COMMENT_SINGLE' => array(1 =>
'--'),
46 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
48 'QUOTEMARKS' => array(
"'",
'"'),
52 'class',
'do',
'exit',
'if',
'import',
'iterate',
'leave',
53 'loop',
'nop',
'numeric',
'package',
'parse',
'properties',
54 'return',
'say',
'select',
'signal',
'trace' 57 'abstract',
'adapter',
'all',
'ask',
'binary',
'case',
58 'constant',
'dependent',
'deprecated',
'extends',
'final',
59 'implements',
'inheritable',
'interface',
'label',
'methods',
60 'native',
'off',
'private',
'protect',
'public',
'results',
61 'returns',
'shared',
'signals',
'source',
'static',
62 'transient',
'unused',
'uses',
'version',
'volatile' 65 'catch',
'else',
'end',
'finally',
'otherwise',
'then',
'when' 68 'rc',
'result',
'self',
'sigl',
'super' 71 'placeholderforoorexxdirectives' 74 'abbrev',
'abs',
'b2x',
'c2d',
'c2x',
'center',
'centre',
75 'changestr',
'compare',
'copies',
'copyindexed',
'countstr',
76 'd2c',
'd2x',
'datatype',
'delstr',
'delword',
'exists',
77 'formword',
'hashcode',
'insert',
'lastpos',
'left',
'lower',
78 'max',
'min',
'noteq',
'noteqs',
'opadd',
'opand',
'opcc',
79 'opccblank',
'opdiv',
'opdivi',
'opeq',
'opeqs',
'opgt',
80 'opgteq',
'opgteqs',
'opgts',
'oplt',
'oplteq',
'oplteqs',
81 'oplts',
'opminus',
'opmult',
'opnot',
'opor',
'opplus',
82 'oppow',
'oprem',
'opsub',
'opxor',
'overlay',
'pos position',
83 'reverse',
'right',
'sequence',
'setdigits',
'setform',
84 'sign',
'space',
'strip',
'substr',
'subword',
'toboolean',
85 'tobyte',
'tochar',
'todouble',
'tofloat',
'toint',
'tolong',
86 'toshort',
'tostring',
'translate',
'trunc',
'upper',
87 'verify',
'word',
'wordindex',
'wordlength',
'wordpos',
88 'words',
'x2b',
'x2c',
'x2d' 92 '(',
')',
'<',
'>',
'[',
']',
'=',
'+',
'-',
'*',
'/',
'!',
'%',
'^',
'&',
':',
95 'CASE_SENSITIVE' => array(
106 1 =>
'color: #b1b100;',
107 2 =>
'color: #ff0000; font-weight: bold;',
108 3 =>
'color: #00ff00; font-weight: bold;',
109 4 =>
'color: #0000ff; font-weight: bold;',
110 5 =>
'color: #880088; font-weight: bold;',
111 6 =>
'color: #888800; font-weight: bold;' 114 1 =>
'color: #666666;',
115 'MULTI' =>
'color: #808080;' 117 'ESCAPE_CHAR' => array(
118 0 =>
'color: #000099; font-weight: bold;' 121 0 =>
'color: #66cc66;' 124 0 =>
'color: #ff0000;' 127 0 =>
'color: #cc66cc;' 130 1 =>
'color: #202020;',
131 2 =>
'color: #202020;' 134 0 =>
'color: #66cc66;' 150 'OBJECT_SPLITTERS' => array(
156 'SCRIPT_DELIMITERS' => array(
158 '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.