47 'LANG_NAME' =>
'ZiLOG Z80 Assembler',
48 'COMMENT_SINGLE' => array(1 =>
';'),
49 'COMMENT_MULTI' => array(),
51 'QUOTEMARKS' => array(
"'",
'"'),
56 'adc',
'add',
'and',
'bit',
'call',
'ccf',
'cp',
'cpd',
'cpdr',
'cpir',
'cpi',
57 'cpl',
'daa',
'dec',
'di',
'djnz',
'ei',
'ex',
'exx',
'halt',
'im',
'in',
58 'in0',
'inc',
'ind',
'indr',
'inir',
'ini',
'jp',
'jr',
'ld',
'ldd',
'lddr',
59 'ldir',
'ldi',
'mlt',
'neg',
'nop',
'or',
'otdm',
'otdmr',
'otdr',
'otim',
60 'otimr',
'otir',
'out',
'out0',
'outd',
'outi',
'pop',
'push',
'res',
'ret',
61 'reti',
'retn',
'rl',
'rla',
'rlc',
'rlca',
'rld',
'rr',
'rra',
'rrc',
'rrca',
62 'rrd',
'rst',
'sbc',
'scf',
'set',
'sla',
'sl1',
'sll',
'slp',
'sra',
'srl',
63 'sub',
'tst',
'tstio',
'xor' 67 'a',
'b',
'c',
'd',
'e',
'h',
'l',
68 'af',
'bc',
'de',
'hl',
'ix',
'iy',
'sp',
69 'af\'',
'ixh',
'ixl',
'iyh',
'iyl' 73 '#define',
'#endif',
'#else',
'#ifdef',
'#ifndef',
'#include',
'#undef',
74 '.db',
'.dd',
'.df',
'.dq',
'.dt',
'.dw',
'.end',
'.org',
'equ' 78 '[',
']',
'(',
')',
'?',
'+',
'-',
'*',
'/',
'%',
'$' 80 'CASE_SENSITIVE' => array(
88 1 =>
'color: #0000ff; font-weight:bold;',
89 2 =>
'color: #0000ff;',
90 3 =>
'color: #46aa03; font-weight:bold;' 93 1 =>
'color: #adadad; font-style: italic;',
95 'ESCAPE_CHAR' => array(
96 0 =>
'color: #000099; font-weight: bold;' 99 0 =>
'color: #0000ff;' 102 0 =>
'color: #7f007f;' 105 0 =>
'color: #dd22dd;' 110 0 =>
'color: #008000;' 113 0 =>
'color: #22bbff;',
114 1 =>
'color: #22bbff;',
115 2 =>
'color: #993333;' 126 'OBJECT_SPLITTERS' => array(
130 0 =>
'0[0-9a-fA-F]{1,32}[hH]',
132 1 =>
'\%[01]{1,64}|[01]{1,64}[bB]?(?![^<]*>)',
134 2 =>
'^[_a-zA-Z][_a-zA-Z0-9]?\:' 137 'SCRIPT_DELIMITERS' => array(
139 '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.