41 'LANG_NAME' =>
'Chapel',
42 'COMMENT_SINGLE' =>
array(1 =>
'//'),
43 'COMMENT_MULTI' =>
array(
'/*' =>
'*/'),
44 'COMMENT_REGEXP' =>
array(
47 'QUOTEMARKS' =>
array(
"'",
'"'),
49 'ESCAPE_REGEXP' =>
array(
58 'atomic',
'begin',
'break',
'class',
'cobegin',
'coforall',
59 'continue',
'do',
'else',
'export',
'extern',
'for',
'forall',
'if',
60 'iter',
'inline',
'label',
'let',
'local',
'module',
61 'otherwise',
'proc',
'record',
'return',
'select',
'serial',
62 'then',
'use',
'var',
'when',
'where',
'while',
'yield' 66 'nil',
'true',
'false' 70 'by',
'delete',
'dmapped',
'domain',
'enum',
'index',
'min',
71 'minloc',
'max',
'maxloc',
'new',
'range',
'reduce',
'scan',
72 'sparse',
'subdomain',
'sync',
'union',
'zip' 76 'config',
'const',
'in',
'inout',
'opaque',
'on',
'out',
'param',
77 'ref',
'single',
'type' 81 'void',
'bool',
'int',
'uint',
'real',
'imag',
'complex',
'string',
86 '(',
')',
'{',
'}',
'[',
']',
87 '+',
'-',
'*',
'/',
'%',
93 'CASE_SENSITIVE' =>
array(
103 1 =>
'color: #b1b100;',
104 2 =>
'color: #000000; font-weight: bold;',
105 3 =>
'color: #000066;',
106 4 =>
'color: #993333;' 109 1 =>
'color: #666666; font-style: italic;',
111 'MULTI' =>
'color: #808080; font-style: italic;' 113 'ESCAPE_CHAR' =>
array(
114 0 =>
'color: #000099; font-weight: bold;',
115 1 =>
'color: #000099; font-weight: bold;',
116 2 =>
'color: #660099; font-weight: bold;',
117 3 =>
'color: #660099; font-weight: bold;',
118 4 =>
'color: #660099; font-weight: bold;',
119 5 =>
'color: #006699; font-weight: bold;',
123 0 =>
'color: #009900;' 126 0 =>
'color: #ff0000;' 129 0 =>
'color: #0000dd;',
139 1 =>
'color: #202020;',
140 2 =>
'color: #202020;' 143 0 =>
'color: #339933;' 158 'OBJECT_SPLITTERS' =>
array(
164 'SCRIPT_DELIMITERS' =>
array(
166 '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_BIN_PREFIX_0B
Number format to highlight binary numbers with a prefix 0b (C)
const GESHI_NUMBER_FLT_NONSCI
Number format to highlight floating-point numbers without support for scientific notation.
Create styles array
The data for the language used.
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.
const GESHI_NUMBER_OCT_PREFIX
Number format to highlight octal numbers with a leading zero.