38 'LANG_NAME' =>
'Sass',
39 'COMMENT_SINGLE' => array(1 =>
'//'),
40 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
41 'COMMENT_REGEXP' => array(),
43 'QUOTEMARKS' => array(
'"',
"'"),
45 'ESCAPE_REGEXP' => array(),
52 'background-attachment',
55 'background-position',
58 'border-bottom-color',
60 'border-top-left-radius',
61 'border-top-right-radius',
62 'border-bottom-right-radius',
63 'border-bottom-left-radius',
64 'border-bottom-style',
65 'border-bottom-width',
114 'list-style-position',
240 'decimal-leading-zero',
350 'table-column-group',
351 'table-footer-group',
352 'table-header-group',
466 'global-variable-exists',
518 'CASE_SENSITIVE' => array(
528 1 =>
'color: #000000; font-weight: bold;',
529 2 =>
'color: #993333;',
530 3 =>
'color: #990000;',
531 4 =>
'color: #000000; font-weight: bold;',
532 5 =>
'color: #009900;',
535 1 =>
'color: #006600; font-style: italic;',
536 'MULTI' =>
'color: #006600; font-style: italic;' 538 'ESCAPE_CHAR' => array(),
540 0 =>
'color: #00AA00;' 543 0 =>
'color: #ff0000;' 546 0 =>
'color: #cc66cc;' 548 'METHODS' => array(),
550 0 =>
'color: #00AA00;' 554 0 =>
'color: #cc00cc;',
555 1 =>
'color: #6666ff;',
556 2 =>
'color: #3333ff;',
558 4 =>
'color: #ff6633;',
559 5 =>
'color: #0066ff;',
570 'OBJECT_SPLITTERS' => array(),
573 0 =>
"[$][a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*",
575 1 =>
"\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})",
578 2 =>
"(?<!\\\\):(?!\d)[a-zA-Z0-9\-]+\b(?:\s*(?=[\{\.#a-zA-Z,:+*&](.|\n)|<\|))",
580 3 =>
"[+\-]?(\d+|(\d*\.\d+))(em|ex|pt|px|cm|in|%)",
584 5 =>
"(\-(moz|ms|o|webkit)\-[a-z\-]*)",
587 'SCRIPT_DELIMITERS' => array(),
588 'HIGHLIGHT_STRICT_BLOCK' => array(),
const GESHI_NUMBER_FLT_SCI_ZERO
Number format to highlight floating-point numbers with support for scientific notation (E) and requir...
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_NUMBER_INT_BASIC
Basic number format for integers.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.