43 'COMMENT_SINGLE' => array(1 =>
'//', 2 =>
'#'),
44 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
46 'QUOTEMARKS' => array(
'"'),
47 'ESCAPE_CHAR' =>
'\\',
50 'and',
'break',
'else',
'elseif',
'exit',
'for',
'foreach',
'if',
'ifFalse',
'ifNil',
51 'ifTrue',
'or',
'pass',
'raise',
'return',
'then',
'try',
'wait',
'while',
'yield' 54 'activate',
'activeCoroCount',
'asString',
'block',
'catch',
'clone',
'collectGarbage',
55 'compileString',
'continue',
'do',
'doFile',
'doMessage',
'doString',
'forward',
56 'getSlot',
'getenv',
'hasSlot',
'isActive',
'isNil',
'isResumable',
'list',
'message',
57 'method',
'parent',
'pause',
'perform',
'performWithArgList',
'print',
'proto',
58 'raiseResumable',
'removeSlot',
'resend',
'resume',
'schedulerSleepSeconds',
'self',
59 'sender',
'setSchedulerSleepSeconds',
'setSlot',
'shallowCopy',
'slotNames',
'super',
60 'system',
'thisBlock',
'thisContext',
'thisMessage',
'type',
'uniqueId',
'updateSlot',
64 'Array',
'AudioDevice',
'AudioMixer',
'Block',
'Box',
'Buffer',
'CFunction',
'CGI',
65 'Color',
'Curses',
'DBM',
'DNSResolver',
'DOConnection',
'DOProxy',
'DOServer',
66 'Date',
'Directory',
'Duration',
'DynLib',
'Error',
'Exception',
'FFT',
'File',
67 'Fnmatch',
'Font',
'Future',
'GL',
'GLE',
'GLScissor',
'GLU',
'GLUCylinder',
68 'GLUQuadric',
'GLUSphere',
'GLUT',
'Host',
'Image',
'Importer',
'LinkList',
'List',
69 'Lobby',
'Locals',
'MD5',
'MP3Decoder',
'MP3Encoder',
'Map',
'Message',
'Movie',
70 'NULL',
'Nil',
'Nop',
'Notifiction',
'Number',
'Object',
'OpenGL',
'Point',
'Protos',
71 'Regex',
'SGMLTag',
'SQLite',
'Server',
'ShowMessage',
'SleepyCat',
'SleepyCatCursor',
72 'Socket',
'SocketManager',
'Sound',
'Soup',
'Store',
'String',
'Tree',
'UDPSender',
73 'UDPReceiver',
'URL',
'User',
'Warning',
'WeakLink' 77 '(',
')',
'[',
']',
'{',
'}',
'!',
'@',
'%',
'&',
'*',
'|',
'/',
'<',
'>' 79 'CASE_SENSITIVE' => array(
87 1 =>
'color: #b1b100;',
88 2 =>
'color: #000000; font-weight: bold;',
89 3 =>
'color: #000066;' 92 1 =>
'color: #808080; font-style: italic;',
93 2 =>
'color: #808080; font-style: italic;',
94 'MULTI' =>
'color: #808080; font-style: italic;' 96 'ESCAPE_CHAR' => array(
97 0 =>
'color: #000099; font-weight: bold;' 100 0 =>
'color: #66cc66;' 103 0 =>
'color: #ff0000;' 106 0 =>
'color: #cc66cc;' 109 1 =>
'color: #006600;',
110 2 =>
'color: #006600;' 113 0 =>
'color: #66cc66;' 127 'OBJECT_SPLITTERS' => array(
132 'SCRIPT_DELIMITERS' => array(
134 '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.