58 'COMMENT_SINGLE' => array(),
59 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
60 'COMMENT_REGEXP' => array(
61 2 =>
"/(?<=\\()\\s*(?:(?:[a-z0-9]+?:\\/\\/)?[a-z0-9_\\-\\.\\/:]+?)?[a-z]+?\\.[a-z]+?(\\?[^\)]+?)?\\s*?(?=\\))/i" 64 'QUOTEMARKS' => array(
'"',
"'"),
66 'ESCAPE_REGEXP' => array(
70 2 =>
"#\\\\[\da-fA-F]{1,6}\s?#i",
83 'animation-direction',
85 'animation-fill-mode',
86 'animation-iteration-count',
88 'animation-play-state',
89 'animation-timing-function',
90 'backface-visibility',
92 'background-attachment',
93 'background-blend-mode',
98 'background-position',
103 'border-bottom-color',
104 'border-bottom-left-radius',
105 'border-bottom-right-radius',
106 'border-bottom-style',
107 'border-bottom-width',
111 'border-image-outset',
112 'border-image-repeat',
113 'border-image-slice',
114 'border-image-source',
115 'border-image-width',
122 'border-right-color',
123 'border-right-style',
124 'border-right-width',
129 'border-top-left-radius',
130 'border-top-right-radius',
135 'box-decoration-break',
177 'font-feature-settings',
179 'font-language-override',
186 'font-variant-alternates',
188 'font-variant-east-asian',
189 'font-variant-ligatures',
190 'font-variant-numeric',
191 'font-variant-position',
197 'grid-auto-position',
206 'grid-template-areas',
207 'grid-template-rows',
208 'grid-template-columns',
223 'list-style-position',
267 'perspective-origin',
273 'shape-image-threshold',
287 'text-combine-horizontal',
289 'text-decoration-color',
290 'text-decoration-line',
291 'text-decoration-style',
298 'text-underline-position',
306 'transition-duration',
307 'transition-property',
308 'transition-timing-function',
384 'decimal-leading-zero',
424 'inactivecaptiontext',
468 'menulist-textfield',
506 'read-write-plaintext-only',
521 'scrollbarbutton-down',
522 'scrollbarbutton-left',
523 'scrollbarbutton-right',
524 'scrollbarbutton-up',
525 'scrollbargripper-horizontal',
526 'scrollbargripper-vertical',
527 'scrollbarthumb-horizontal',
528 'scrollbarthumb-vertical',
529 'scrollbartrack-horizontal',
530 'scrollbartrack-vertical',
534 'searchfield-results',
545 'sliderthumb-horizontal',
546 'sliderthumb-vertical',
567 'table-column-group',
568 'table-footer-group',
569 'table-header-group',
647 'repeating-linear-gradient',
648 'repeating-radial-gradient',
731 'lightgoldenrodyellow',
859 '(',
')',
'{',
'}',
':',
';',
860 '>',
'+',
'*',
',',
'^',
'=' 862 'CASE_SENSITIVE' => array(
872 1 =>
'color: #000000; font-weight: bold;',
873 2 =>
'color: #993333;',
874 3 =>
'color: #9932cc;',
875 4 =>
'color: #dc143c;',
876 5 =>
'color: #F5758F;',
879 2 =>
'color: #ff0000; font-style: italic;',
880 'MULTI' =>
'color: #808080; font-style: italic;' 882 'ESCAPE_CHAR' => array(
883 0 =>
'color: #000099; font-weight: bold;',
885 2 =>
'color: #000099; font-weight: bold;' 889 0 =>
'color: #00AA00;' 892 0 =>
'color: #ff0000;' 895 0 =>
'color: #cc66cc;' 897 'METHODS' => array(),
899 0 =>
'color: #00AA00;' 903 0 =>
'color: #cc00cc;',
904 1 =>
'color: #6666ff;',
905 2 =>
'color: #3F84D9; font-weight: bold;',
918 'OBJECT_SPLITTERS' => array(),
921 0 =>
'\#[a-zA-Z0-9\-_]+(?:\\\\:[a-zA-Z0-9\-_]+)*',
923 1 =>
'\.(?!\d)[a-zA-Z0-9\-_]+(?:\\\\:[a-zA-Z0-9\-_]+)*\b(?=[\{\.#\s,:].|<\|)',
925 2 =>
'\@(?!\d)[a-zA-Z0-9\-_]+(?:\\\\:[a-zA-Z0-9\-_]+)*\b(?=[\{\.#\s,:].|<\|)',
927 3 =>
'[+\-]?(\d+|(\d*\.\d+))(em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx|%)',
929 4 =>
'(--[a-zA-Z0-9\-]*)' 932 'SCRIPT_DELIMITERS' => array(),
933 'HIGHLIGHT_STRICT_BLOCK' => array(),
935 'PARSER_CONTROL' => array(
937 'DISALLOWED_AFTER' =>
'(?![\-a-zA-Z0-9_\|%\\-&\.])',
938 'DISALLOWED_BEFORE' =>
'(?<![\-a-zA-Z0-9_\|%\\~&\.])',
940 'DISALLOWED_AFTER' =>
'(?![\-a-zA-Z0-9_\|%\\-&\.])(?=\s*:)' const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.