35 'LANG_NAME' =>
'Haxe',
36 'COMMENT_SINGLE' => array(1 =>
'//'),
37 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
38 'COMMENT_REGEXP' => array(
40 2 =>
'/(?:(?<=import[\\n\\s])|(?<=using[\\n\\s])|(?<=package[\\n\\s]))[\\n\\s]*([a-zA-Z0-9_]+\\.)*([a-zA-Z0-9_]+|\*)(?=[\n\s;])/i',
42 3 =>
'#/\*\*(?![\*\/]).*\*/#sU',
45 'QUOTEMARKS' => array(
"'",
'"'),
46 'ESCAPE_CHAR' =>
'\\',
50 'break',
'callback',
'case',
'cast',
'catch',
'class',
'continue',
'default',
'do',
'dynamic',
51 'else',
'enum',
'extends',
'extern',
'for',
'function',
'here',
'if',
52 'implements',
'import',
'in',
'inline',
'interface',
'never',
'new',
'override',
53 'package',
'private',
'public',
'return',
'static',
'super',
'switch',
'this',
'throw',
54 'trace',
'try',
'typedef',
'untyped',
'using',
'var',
'while',
59 'null',
'false',
'true',
63 'Array',
'ArrayAccess',
'Class',
'Date',
'DateTools',
'Dynamic',
64 'EReg',
'Enum',
'EnumValue',
'Hash',
'IntHash',
'IntIter',
65 'Iterable',
'Iterator',
'Lambda',
'List',
'Math',
'Null',
'Reflect',
'Std',
66 'StringBuf',
'StringTools',
'Sys',
'Type',
'ValueType',
71 'Void',
'Bool',
'Int',
'Float',
'UInt',
'String',
75 "#if",
"#elseif",
"#else",
"#end",
"#error",
86 '==',
'!=',
'>',
'>=',
'<',
'<=',
91 '=',
'+=',
'-=',
'/=',
'*=',
'<<=',
'>>=',
'>>>=',
'|=',
'&=',
'^=',
92 '(',
')',
'[',
']',
'{',
'}',
';',
94 'CASE_SENSITIVE' => array(
104 1 =>
'color: #6699cc; font-weight: bold;',
105 2 =>
'color: #000066; font-weight: bold;',
106 3 =>
'color: #03F; ',
107 4 =>
'color: #000033; font-weight: bold;',
108 5 =>
'color: #330000; font-weight: bold;',
111 1 =>
'color: #666666; font-style: italic;',
112 2 =>
'color: #006699;',
113 3 =>
'color: #008000; font-style: italic; font-weight: bold;',
114 'MULTI' =>
'color: #666666; font-style: italic;',
116 'ESCAPE_CHAR' => array(
117 0 =>
'color: #000099; font-weight: bold;',
120 0 =>
'color: #000000;',
123 0 =>
'color: #FF0000;',
126 0 =>
'color: #cc66cc;',
129 1 =>
'color: #006633;',
130 2 =>
'color: #006633;',
133 0 =>
'color: #339933;',
148 'OBJECT_SPLITTERS' => array(
154 'SCRIPT_DELIMITERS' => array(
156 '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.