40 'LANG_NAME' =>
'Objeck Programming Language',
41 'COMMENT_SINGLE' => array(1 =>
'#'),
42 'COMMENT_MULTI' => array(
'#~' =>
'~#'),
44 'QUOTEMARKS' => array(
'"'),
45 'ESCAPE_CHAR' =>
'\\',
48 'virtual',
'if',
'else',
'do',
'while',
'use',
'bundle',
'native',
49 'static',
'public',
'private',
'class',
'function',
'method',
50 'select',
'other',
'enum',
'for',
'each',
'label',
'return',
'from' 53 'Byte',
'Int',
'Nil',
'Float',
'Char',
'Bool',
'String' 61 '(',
')',
'{',
'}',
'[',
']',
'+',
'-',
'*',
'/',
'%',
'=',
'<',
'>',
'&',
'|',
':',
';',
',',
'+=',
'-=',
'*=',
'/=',
64 'CASE_SENSITIVE' => array(
72 1 =>
'color: #b1b100;',
73 2 =>
'color: #b1b100;',
74 3 =>
'color: #b1b100;' 77 1 =>
'color: #666666; font-style: italic;',
78 'MULTI' =>
'color: #666666; font-style: italic;' 80 'ESCAPE_CHAR' => array(
81 0 =>
'color: #000099; font-weight: bold;' 84 0 =>
'color: #009900;' 87 0 =>
'color: #0000ff;' 90 0 =>
'color: #cc66cc;',
93 0 =>
'color: #004000;' 96 1 =>
'color: #339933;' 107 'OBJECT_SPLITTERS' => array(
110 'REGEXPS' => array(),
112 'SCRIPT_DELIMITERS' => array(),
113 '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.