38 'LANG_NAME' =>
'CoffeeScript',
39 'COMMENT_SINGLE' => array(1 =>
'#'),
40 'COMMENT_MULTI' => array(
'###' =>
'###'),
43 'QUOTEMARKS' => array(
'"""',
"'''",
'"',
"'"),
44 'ESCAPE_CHAR' =>
'\\',
51 'break',
'by',
'catch',
'continue',
'else',
'finally',
'for',
'in',
'of',
'if',
52 'return',
'switch',
'then',
'throw',
'try',
'unless',
'when',
'while',
'until' 59 'and',
'or',
'is',
'isnt',
'not' 66 'instanceof',
'new',
'delete',
'typeof',
67 'class',
'super',
'this',
'extends' 74 'true',
'false',
'on',
'off',
'yes',
'no',
75 'Infinity',
'NaN',
'undefined',
'null' 79 '(',
')',
'[',
']',
'{',
'}',
'*',
'&',
'|',
'%',
'!',
',',
';',
'<',
'>',
'?',
'`',
80 '+',
'-',
'*',
'/',
'->',
'=>',
'<<',
'>>',
'@',
':',
'^' 82 'CASE_SENSITIVE' => array(
91 1 =>
'color: #ff7700;font-weight:bold;',
92 2 =>
'color: #008000;',
93 3 =>
'color: #dc143c;',
94 4 =>
'color: #0000cd;' 97 1 =>
'color: #808080; font-style: italic;',
98 'MULTI' =>
'color: #808080; font-style: italic;' 100 'ESCAPE_CHAR' => array(
101 0 =>
'color: #000099; font-weight: bold;' 107 0 =>
'color: #483d8b;' 110 0 =>
'color: #ff4500;' 116 0 =>
'color: #66cc66;' 130 'OBJECT_SPLITTERS' => array(
136 'SCRIPT_DELIMITERS' => array(
138 '<script type="text/coffeescript">' =>
'</script>' 141 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_MAYBE
Strict mode might apply, and can be enabled or disabled by GeSHi->enable_strict_mode().
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.