53 'LANG_NAME' =>
'HTML',
54 'COMMENT_SINGLE' => array(),
55 'COMMENT_MULTI' => array(),
57 'QUOTEMARKS' => array(
"'",
'"'),
61 'a',
'abbr',
'acronym',
'address',
'applet',
'area',
62 'base',
'basefont',
'bdo',
'big',
'blockquote',
'body',
'br',
'button',
'b',
63 'caption',
'center',
'cite',
'code',
'colgroup',
'col',
64 'dd',
'del',
'dfn',
'dir',
'div',
'dl',
'dt',
66 'fieldset',
'font',
'form',
'frame',
'frameset',
67 'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'head',
'hr',
'html',
68 'iframe',
'ilayer',
'img',
'input',
'ins',
'isindex',
'i',
70 'label',
'legend',
'link',
'li',
72 'noframes',
'noscript',
73 'object',
'ol',
'optgroup',
'option',
76 'samp',
'script',
'select',
'small',
'span',
'strike',
'strong',
'style',
'sub',
'sup',
's',
77 'table',
'tbody',
'td',
'textarea',
'text',
'tfoot',
'thead',
'th',
'title',
'tr',
'tt',
82 'abbr',
'accept-charset',
'accept',
'accesskey',
'action',
'align',
'alink',
'alt',
'archive',
'axis',
83 'background',
'bgcolor',
'border',
84 'cellpadding',
'cellspacing',
'char',
'charoff',
'charset',
'checked',
'cite',
'class',
'classid',
'clear',
'code',
'codebase',
'codetype',
'color',
'cols',
'colspan',
'compact',
'content',
'coords',
85 'data',
'datetime',
'declare',
'defer',
'dir',
'disabled',
87 'face',
'for',
'frame',
'frameborder',
88 'headers',
'height',
'href',
'hreflang',
'hspace',
'http-equiv',
90 'label',
'lang',
'language',
'link',
'longdesc',
91 'marginheight',
'marginwidth',
'maxlength',
'media',
'method',
'multiple',
92 'name',
'nohref',
'noresize',
'noshade',
'nowrap',
93 'object',
'onblur',
'onchange',
'onclick',
'ondblclick',
'onfocus',
'onkeydown',
'onkeypress',
'onkeyup',
'onload',
'onmousedown',
'onmousemove',
'onmouseout',
'onmouseover',
'onmouseup',
'onreset',
'onselect',
'onsubmit',
'onunload',
95 'readonly',
'rel',
'rev',
'rowspan',
'rows',
'rules',
96 'scheme',
'scope',
'scrolling',
'selected',
'shape',
'size',
'span',
'src',
'standby',
'start',
'style',
'summary',
97 'tabindex',
'target',
'text',
'title',
'type',
99 'valign',
'value',
'valuetype',
'version',
'vlink',
'vspace',
106 'CASE_SENSITIVE' => array(
113 2 =>
'color: #000000; font-weight: bold;',
114 3 =>
'color: #000066;' 118 'ESCAPE_CHAR' => array(
119 0 =>
'color: #000099; font-weight: bold;' 122 0 =>
'color: #66cc66;' 125 0 =>
'color: #ff0000;' 128 0 =>
'color: #cc66cc;' 133 0 =>
'color: #66cc66;' 136 -2 =>
'color: #404040;',
137 -1 =>
'color: #808080; font-style: italic;',
138 0 =>
'color: #00bbdd;',
139 1 =>
'color: #ddbb00;',
140 2 =>
'color: #009900;' 146 2 =>
'http://december.com/html/4/element/{FNAMEL}.html',
150 'OBJECT_SPLITTERS' => array(
155 'SCRIPT_DELIMITERS' => array(
172 'HIGHLIGHT_STRICT_BLOCK' => array(
180 'PARSER_CONTROL' => array(
183 'DISALLOWED_BEFORE' =>
'(?<=<|<\/)',
184 'DISALLOWED_AFTER' =>
'(?=\s|\/|>)',
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.
const GESHI_ALWAYS
Strict mode always applies.