42 'LANG_NAME' =>
'Dart',
44 'COMMENT_SINGLE' => array(
'//'),
45 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
46 'COMMENT_REGEXP' => array(),
49 'QUOTEMARKS' => array(
"'",
'"'),
51 'ESCAPE_REGEXP' => array(
53 1 =>
"#\\\\[\\\\nrfbtv\'\"?\n]#i",
55 2 =>
"#\\\\x[\da-fA-F]{2}#",
57 3 =>
"#\\\\u[\da-fA-F]{4}#",
58 4 =>
"#\\\\u\\{[\da-fA-F]*\\}#" 67 'abstract',
'as',
'assert',
'break',
'case',
'catch',
'class',
68 'const',
'continue',
'default',
'do',
'dynamic',
'else',
'export',
69 'extends',
'external',
'factory',
'false',
'final',
'finally',
70 'for',
'get',
'if',
'implements',
'import',
'in',
'is',
'library',
71 'new',
'null',
'operator',
'part',
'return',
'set',
'static',
72 'super',
'switch',
'this',
'throw',
'true',
'try',
'typedef',
'var',
76 'double',
'bool',
'int',
'num',
'void' 81 0 => array(
'(',
')',
'{',
'}',
'[',
']'),
82 1 => array(
'+',
'-',
'*',
'/',
'%',
'~'),
83 2 => array(
'&',
'|',
'^'),
84 3 => array(
'=',
'!',
'<',
'>'),
90 'CASE_SENSITIVE' => array(
98 1 =>
'font-weight: bold;',
99 2 =>
'color: #445588; font-weight: bold;' 102 0 =>
'color: #999988; font-style: italic;',
103 'MULTI' =>
'color: #999988; font-style: italic;' 105 'ESCAPE_CHAR' => array(
106 0 =>
'color: #000099; font-weight: bold;',
107 1 =>
'color: #000099; font-weight: bold;',
108 2 =>
'color: #660099; font-weight: bold;',
109 3 =>
'color: #660099; font-weight: bold;',
110 4 =>
'color: #660099; font-weight: bold;',
111 5 =>
'color: #006699; font-weight: bold;',
118 0 =>
'color: #009999;',
125 'BRACKETS' => array(
''),
127 1 =>
'color: #006633;' 130 0 =>
'font-weight: bold;',
131 1 =>
'font-weight: bold;',
132 2 =>
'font-weight: bold;',
133 3 =>
'font-weight: bold;',
134 4 =>
'font-weight: bold;',
135 5 =>
'font-weight: bold;',
136 6 =>
'font-weight: bold;' 148 'OBJECT_SPLITTERS' => array(
154 'SCRIPT_DELIMITERS' => array(
156 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_NUMBER_INT_CSTYLE
Enhanced number format for integers like seen in C.
const GESHI_NUMBER_FLT_SCI_ZERO
Number format to highlight floating-point numbers with support for scientific notation (E) and requir...
const GESHI_NUMBER_FLT_NONSCI_F
Number format to highlight floating-point numbers without support for scientific notation.
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NUMBER_HEX_PREFIX
Number format to highlight hex numbers with a prefix 0x.
const GESHI_NUMBER_FLT_NONSCI
Number format to highlight floating-point numbers without support for scientific notation.
const GESHI_NUMBER_FLT_SCI_SHORT
Number format to highlight floating-point numbers with support for scientific notation (E) and option...
const GESHI_NEVER
#+ private
const GESHI_NUMBER_INT_BASIC
Basic number format for integers.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.