42 'LANG_NAME' =>
'DCPU-16 Assembly',
43 'COMMENT_SINGLE' =>
array(1 =>
';'),
44 'COMMENT_MULTI' =>
array(),
46 'QUOTEMARKS' =>
array(
"'",
'"'),
52 'set',
'add',
'sub',
'mul',
'div',
'mod',
'shl',
'shr',
'and',
'bor',
'xor',
53 'ife',
'ifn',
'ifg',
'ifb',
58 'a',
'b',
'c',
'x',
'y',
'z',
'i',
'j',
64 '[',
']',
'+',
'-',
',' 66 'CASE_SENSITIVE' =>
array(
73 1 =>
'color: #000088; font-weight:bold;',
74 2 =>
'color: #0000ff;' 77 1 =>
'color: #adadad; font-style: italic;',
79 'ESCAPE_CHAR' =>
array(
80 0 =>
'color: #000099; font-weight: bold;' 83 0 =>
'color: #000088;' 86 0 =>
'color: #7f007f;' 89 0 =>
'color: #880000;' 94 0 =>
'color: #008000;' 97 2 =>
'color: #993333;' 103 1 =>
'http://0x10c.com/doc/dcpu-16.txt',
107 'OBJECT_SPLITTERS' =>
array(
115 2 =>
'^:[_a-zA-Z][_a-zA-Z0-9]?(?=\s|$)' 118 'SCRIPT_DELIMITERS' =>
array(
120 'HIGHLIGHT_STRICT_BLOCK' =>
array(
123 'PARSER_CONTROL' =>
array(
125 'DISALLOWED_BEFORE' =>
"(?<![a-zA-Z0-9\$_\|\#\/])",
126 'DISALLOWED_AFTER' =>
"(?![a-zA-Z0-9_\|%\\-])" 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.
Create styles array
The data for the language used.
const GESHI_NEVER
#+ private
const GESHI_NUMBER_INT_BASIC
Basic number format for integers.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.