@@ -626,7 +626,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
626626 "after-white-space" , "ahead" , "alias" , "all" , "all-scroll" , "alphabetic" , "alternate" ,
627627 "always" , "amharic" , "amharic-abegede" , "antialiased" , "appworkspace" ,
628628 "arabic-indic" , "armenian" , "asterisks" , "attr" , "auto" , "auto-flow" , "avoid" , "avoid-column" , "avoid-page" ,
629- "avoid-region" , "background" , "backwards" , "baseline" , "below" , "bidi-override" , "binary" ,
629+ "avoid-region" , "axis-pan" , " background", "backwards" , "baseline" , "below" , "bidi-override" , "binary" ,
630630 "bengali" , "blink" , "block" , "block-axis" , "bold" , "bolder" , "border" , "border-box" ,
631631 "both" , "bottom" , "break" , "break-all" , "break-word" , "bullets" , "button" , "button-bevel" ,
632632 "buttonface" , "buttonhighlight" , "buttonshadow" , "buttontext" , "calc" , "cambodian" ,
@@ -650,7 +650,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
650650 "ethiopic-halehame-sid-et" , "ethiopic-halehame-so-et" ,
651651 "ethiopic-halehame-ti-er" , "ethiopic-halehame-ti-et" , "ethiopic-halehame-tig" ,
652652 "ethiopic-numeric" , "ew-resize" , "exclusion" , "expanded" , "extends" , "extra-condensed" ,
653- "extra-expanded" , "fantasy" , "fast" , "fill" , "fixed" , "flat" , "flex" , "flex-end" , "flex-start" , "footnotes" ,
653+ "extra-expanded" , "fantasy" , "fast" , "fill" , "fill-box" , " fixed", "flat" , "flex" , "flex-end" , "flex-start" , "footnotes" ,
654654 "forwards" , "from" , "geometricPrecision" , "georgian" , "graytext" , "grid" , "groove" ,
655655 "gujarati" , "gurmukhi" , "hand" , "hangul" , "hangul-consonant" , "hard-light" , "hebrew" ,
656656 "help" , "hidden" , "hide" , "higher" , "highlight" , "highlighttext" ,
@@ -665,7 +665,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
665665 "line-through" , "linear" , "linear-gradient" , "lines" , "list-item" , "listbox" , "listitem" ,
666666 "local" , "logical" , "loud" , "lower" , "lower-alpha" , "lower-armenian" ,
667667 "lower-greek" , "lower-hexadecimal" , "lower-latin" , "lower-norwegian" ,
668- "lower-roman" , "lowercase" , "ltr" , "luminosity" , "malayalam" , "match" , "matrix" , "matrix3d" ,
668+ "lower-roman" , "lowercase" , "ltr" , "luminosity" , "malayalam" , "manipulation" , " match", "matrix" , "matrix3d" ,
669669 "media-controls-background" , "media-current-time-display" ,
670670 "media-fullscreen-button" , "media-mute-button" , "media-play-button" ,
671671 "media-return-to-realtime-button" , "media-rewind-button" ,
@@ -674,13 +674,13 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
674674 "media-volume-slider-container" , "media-volume-sliderthumb" , "medium" ,
675675 "menu" , "menulist" , "menulist-button" , "menulist-text" ,
676676 "menulist-textfield" , "menutext" , "message-box" , "middle" , "min-intrinsic" ,
677- "mix" , "mongolian" , "monospace" , "move" , "multiple" , "multiply" , "myanmar" , "n-resize" ,
677+ "mix" , "mongolian" , "monospace" , "move" , "multiple" , "multiple_mask_images" , " multiply", "myanmar" , "n-resize" ,
678678 "narrower" , "ne-resize" , "nesw-resize" , "no-close-quote" , "no-drop" ,
679679 "no-open-quote" , "no-repeat" , "none" , "normal" , "not-allowed" , "nowrap" ,
680680 "ns-resize" , "numbers" , "numeric" , "nw-resize" , "nwse-resize" , "oblique" , "octal" , "opacity" , "open-quote" ,
681681 "optimizeLegibility" , "optimizeSpeed" , "oriya" , "oromo" , "outset" ,
682682 "outside" , "outside-shape" , "overlay" , "overline" , "padding" , "padding-box" ,
683- "painted" , "page" , "paused" , "persian" , "perspective" , "plus-darker" , "plus-lighter" ,
683+ "painted" , "page" , "paused" , "persian" , "perspective" , "pinch-zoom" , " plus-darker", "plus-lighter" ,
684684 "pointer" , "polygon" , "portrait" , "pre" , "pre-line" , "pre-wrap" , "preserve-3d" ,
685685 "progress" , "push-button" , "radial-gradient" , "radio" , "read-only" ,
686686 "read-write" , "read-write-plaintext-only" , "rectangle" , "region" ,
@@ -698,8 +698,8 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
698698 "slider-vertical" , "sliderthumb-horizontal" , "sliderthumb-vertical" , "slow" ,
699699 "small" , "small-caps" , "small-caption" , "smaller" , "soft-light" , "solid" , "somali" ,
700700 "source-atop" , "source-in" , "source-out" , "source-over" , "space" , "space-around" , "space-between" , "space-evenly" , "spell-out" , "square" ,
701- "square-button" , "start" , "static" , "status-bar" , "stretch" , "stroke" , "sub" ,
702- "subpixel-antialiased" , "super" , "sw-resize" , "symbolic" , "symbols" , "system-ui" , "table" ,
701+ "square-button" , "start" , "static" , "status-bar" , "stretch" , "stroke" , "stroke-box" , " sub",
702+ "subpixel-antialiased" , "svg_masks" , " super", "sw-resize" , "symbolic" , "symbols" , "system-ui" , "table" ,
703703 "table-caption" , "table-cell" , "table-column" , "table-column-group" ,
704704 "table-footer-group" , "table-header-group" , "table-row" , "table-row-group" ,
705705 "tamil" ,
@@ -709,10 +709,10 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
709709 "tigrinya-er-abegede" , "tigrinya-et" , "tigrinya-et-abegede" , "to" , "top" ,
710710 "trad-chinese-formal" , "trad-chinese-informal" , "transform" ,
711711 "translate" , "translate3d" , "translateX" , "translateY" , "translateZ" ,
712- "transparent" , "ultra-condensed" , "ultra-expanded" , "underline" , "unset" , "up" ,
712+ "transparent" , "ultra-condensed" , "ultra-expanded" , "underline" , "unidirectional-pan" , " unset", "up" ,
713713 "upper-alpha" , "upper-armenian" , "upper-greek" , "upper-hexadecimal" ,
714714 "upper-latin" , "upper-norwegian" , "upper-roman" , "uppercase" , "urdu" , "url" ,
715- "var" , "vertical" , "vertical-text" , "visible" , "visibleFill" , "visiblePainted" ,
715+ "var" , "vertical" , "vertical-text" , "view-box" , " visible", "visibleFill" , "visiblePainted" ,
716716 "visibleStroke" , "visual" , "w-resize" , "wait" , "wave" , "wider" ,
717717 "window" , "windowframe" , "windowtext" , "words" , "wrap" , "wrap-reverse" , "x-large" , "x-small" , "xor" ,
718718 "xx-large" , "xx-small"
@@ -727,7 +727,8 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
727727 var maybeEnd = false , ch ;
728728 while ( ( ch = stream . next ( ) ) != null ) {
729729 if ( maybeEnd && ch == "/" ) {
730- state . tokenize = null ; break ;
730+ state . tokenize = null ;
731+ break ;
731732 }
732733 maybeEnd = ( ch == "*" ) ;
733734 }
0 commit comments