53 'LANG_NAME' =>
'HTML5',
54 'COMMENT_SINGLE' => array(),
55 'COMMENT_MULTI' => array(),
57 'QUOTEMARKS' => array(
"'",
'"'),
61 'a',
'abbr',
'address',
'article',
'area',
'aside',
'audio',
63 'base',
'bdo',
'blockquote',
'body',
'br',
'button',
'b',
65 'caption',
'cite',
'code',
'colgroup',
'col',
'canvas',
'command',
'datalist',
'details',
67 'dd',
'del',
'dfn',
'div',
'dl',
'dt',
71 'fieldset',
'form',
'figcaption',
'figure',
'footer',
73 'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'head',
'hr',
'html',
'header',
'hgroup',
75 'iframe',
'ilayer',
'img',
'input',
'ins',
'isindex',
'i',
79 'label',
'legend',
'link',
'li',
81 'map',
'meta',
'mark',
'meter',
85 'object',
'ol',
'optgroup',
'option',
'output',
87 'param',
'pre',
'p',
'progress',
93 'samp',
'script',
'select',
'small',
'span',
'strong',
'style',
'sub',
'sup',
's',
'section',
'source',
'summary',
95 'table',
'tbody',
'td',
'textarea',
'text',
'tfoot',
'thead',
'th',
'title',
'tr',
'time',
104 'abbr',
'accept-charset',
'accept',
'accesskey',
'action',
'align',
'alink',
'alt',
'archive',
'axis',
'autocomplete',
'autofocus',
105 'background',
'bgcolor',
'border',
106 'cellpadding',
'cellspacing',
'char',
'charoff',
'charset',
'checked',
'cite',
'class',
'classid',
'clear',
'code',
'codebase',
'codetype',
'color',
'cols',
'colspan',
'compact',
'content',
'coords',
'contenteditable',
'contextmenu',
107 'data',
'datetime',
'declare',
'defer',
'dir',
'disabled',
'draggable',
'dropzone',
109 'face',
'for',
'frame',
'frameborder',
'form',
'formaction',
'formenctype',
'formmethod',
'formnovalidate',
'formtarget',
110 'headers',
'height',
'href',
'hreflang',
'hspace',
'http-equiv',
'hidden',
112 'label',
'lang',
'language',
'link',
'longdesc',
113 'marginheight',
'marginwidth',
'maxlength',
'media',
'method',
'multiple',
'min',
'max',
114 'name',
'nohref',
'noresize',
'noshade',
'nowrap',
'novalidate',
115 'object',
'onblur',
'onchange',
'onclick',
'ondblclick',
'onfocus',
'onkeydown',
'onkeypress',
'onkeyup',
'onload',
'onmousedown',
'onmousemove',
'onmouseout',
'onmouseover',
'onmouseup',
'onselect',
'onsubmit',
'onunload',
'onafterprint',
'onbeforeprint',
'onbeforeonload',
'onerror',
'onhaschange',
'onmessage',
'onoffline',
'ononline',
'onpagehide',
'onpageshow',
'onpopstate',
'onredo',
'onresize',
'onstorage',
'onundo',
'oncontextmenu',
'onformchange',
'onforminput',
'oninput',
'oninvalid',
'ondrag',
'ondragend',
'ondragenter',
'ondragleave',
'ondragover',
'ondragstart',
'ondrop',
'onmousewheel',
'onscroll',
'oncanplay',
'oncanplaythrough',
'ondurationchange',
'onemptied',
'onended',
'onloadeddata',
'onloadedmetadata',
'onloadstart',
'onpause',
'onplay',
'onplaying',
'onprogress',
'onratechange',
'onreadystatechange',
'onseeked',
'onseeking',
'onstalled',
'onsuspend',
'ontimeupdate',
'onvolumechange',
'onwaiting',
116 'profile',
'prompt',
'pattern',
'placeholder',
117 'readonly',
'rel',
'rev',
'rowspan',
'rows',
'rules',
'required',
118 'scheme',
'scope',
'scrolling',
'selected',
'shape',
'size',
'span',
'src',
'standby',
'start',
'style',
'summary',
'spellcheck',
'step',
119 'tabindex',
'target',
'text',
'title',
'type',
121 'valign',
'value',
'valuetype',
'version',
'vlink',
'vspace',
128 'CASE_SENSITIVE' => array(
135 2 =>
'color: #000000; font-weight: bold;',
136 3 =>
'color: #000066;' 140 'ESCAPE_CHAR' => array(
141 0 =>
'color: #000099; font-weight: bold;' 144 0 =>
'color: #66cc66;' 147 0 =>
'color: #ff0000;' 150 0 =>
'color: #cc66cc;' 155 0 =>
'color: #66cc66;' 158 -2 =>
'color: #404040;',
159 -1 =>
'color: #808080; font-style: italic;',
160 0 =>
'color: #00bbdd;',
161 1 =>
'color: #ddbb00;',
162 2 =>
'color: #009900;' 168 2 =>
'http://december.com/html/4/element/{FNAMEL}.html',
172 'OBJECT_SPLITTERS' => array(
177 'SCRIPT_DELIMITERS' => array(
194 'HIGHLIGHT_STRICT_BLOCK' => array(
202 'PARSER_CONTROL' => array(
205 'DISALLOWED_BEFORE' =>
'(?<=<|<\/)',
206 '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.