43 'COMMENT_SINGLE' => array(1 =>
'//'),
44 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
46 'QUOTEMARKS' => array(
"'",
'"'),
50 'while',
'until',
'to',
'switch',
'step',
'return',
'repeat',
'loop',
'if',
'from',
'frame',
'for',
'end',
'elseif',
51 'else',
'default',
'debug',
'continue',
'clone',
'case',
'break',
'begin'
54 'xor',
'whoami',
'type',
'sizeof',
'pointer',
'or',
'offset',
'not',
'neg',
'mod',
'id',
'dup',
'and',
'_ne',
'_lt',
55 '_le',
'_gt',
'_ge',
'_eq'
58 'setup_program',
'program',
'process',
'private',
'local',
'import',
'global',
'function',
'const',
62 'word',
'struct',
'string',
'int',
'byte'
66 '(',
')',
'[',
']',
'=',
'+',
'-',
'*',
'/',
'!',
'%',
'^',
'&',
':',
';',
',',
'<',
'>'
68 'CASE_SENSITIVE' => array(
77 1 =>
'color: #0040b1;',
78 2 =>
'color: #000000;',
79 3 =>
'color: #000066; font-weight: bold;',
80 4 =>
'color: #993333;'
83 1 =>
'color: #808080; font-style: italic;',
84 'MULTI' =>
'color: #808080; font-style: italic;'
86 'ESCAPE_CHAR' => array(
90 0 =>
'color: #44aa44;'
93 0 =>
'color: #ff0000;'
96 0 =>
'color: #cc66cc;'
99 0 =>
'color: #202020;',
102 0 =>
'color: #44aa44;'
116 'OBJECT_SPLITTERS' => array(),
120 'SCRIPT_DELIMITERS' => array(
122 'HIGHLIGHT_STRICT_BLOCK' => array(
An exception for terminatinating execution or to throw for unit testing.
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ @access private
const GESHI_CAPS_UPPER
Uppercase keywords found.