diff --git a/src/extensions/default/CSSCodeHints/CSSProperties.json b/src/extensions/default/CSSCodeHints/CSSProperties.json index 8d2725f9e23..7b80dbca158 100644 --- a/src/extensions/default/CSSCodeHints/CSSProperties.json +++ b/src/extensions/default/CSSCodeHints/CSSProperties.json @@ -2,6 +2,7 @@ "align-content": {"values": ["center", "flex-end", "flex-start", "space-around", "space-between", "stretch"]}, "align-items": {"values": ["baseline", "center", "flex-end", "flex-start", "stretch"]}, "align-self": {"values": ["auto", "baseline", "center", "flex-end", "flex-start", "stretch"]}, + "all": {"values": []}, "animation": {"values": []}, "animation-delay": {"values": []}, "animation-direction": {"values": ["alternate", "alternate-reverse", "normal", "reverse"]}, @@ -14,7 +15,7 @@ "backface-visibility": {"values": ["hidden", "visible"]}, "background": {"values": []}, "background-attachment": {"values": ["fixed", "local", "scroll", "inherit"]}, - "background-blend-mode": {"values": ["color", "color-burn", "color-dodge", "darken", "difference", "exclusion", "hard-light", "hue", "lighten", "luminosity", "normal", "multiply", "overlay", "saturation", "screen", "soft-light"]}, + "background-blend-mode": {"values": ["color", "color-burn", "color-dodge", "darken", "difference", "exclusion", "hard-light", "hue", "lighten", "luminosity", "multiply", "normal", "overlay", "saturation", "screen", "soft-light"]}, "background-clip": {"values": ["border-box", "content-box", "padding-box", "inherit"]}, "background-color": {"values": ["inherit"], "type": "color"}, "background-image": {"values": ["image()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()", "url()"]}, @@ -55,14 +56,15 @@ "border-top-style": {"values": ["dashed", "dotted", "double", "groove", "hidden", "inset", "none", "outset", "ridge", "solid", "inherit"]}, "border-top-width": {"values": ["medium", "thin", "thick", "inherit"]}, "border-width": {"values": ["medium", "thin", "thick", "inherit"]}, - "box-decoration-break": {"values": []}, + "box-decoration-break": {"values": ["clone", "slice"]}, "box-shadow": {"values": []}, - "box-sizing": {"values": ["border-box", "content-box", "padding-box", "inherit"]}, + "box-sizing": {"values": ["border-box", "content-box", "inherit"]}, "bottom": {"values": ["auto", "inherit"]}, "break-after": {"values": ["always", "auto", "avoid", "avoid-column", "avoid-page", "avoid-region", "column", "left", "page", "region", "right"]}, "break-before": {"values": ["always", "auto", "avoid", "avoid-column", "avoid-page", "avoid-region", "column", "left", "page", "region", "right"]}, "break-inside": {"values": ["auto", "avoid", "avoid-column", "avoid-page", "avoid-region"]}, "caption-side": {"values": ["bottom", "top", "inherit"]}, + "caret-color": {"values": ["auto"], "type": "color"}, "clear": {"values": ["both", "left", "none", "right", "inherit"]}, "clip": {"values": ["auto", "inherit"]}, "color": {"values": ["inherit"], "type": "color"}, @@ -81,7 +83,7 @@ "counter-reset": {"values": ["none", "inherit"]}, "cursor": {"values": ["alias", "all-scroll", "auto", "cell", "col-resize", "context-menu", "copy", "crosshair", "default", "e-resize", "ew-resize", "grab", "grabbing", "help", "inherit", "move", "n-resize", "ne-resize", "nesw-resize", "no-drop", "none", "not-allowed", "ns-resize", "nw-resize", "nwse-resize", "pointer", "progress", "row-resize", "s-resize", "se-resize", "sw-resize", "text", "vertical-text", "w-resize", "wait", "zoom-in", "zoom-out"]}, "direction": {"values": ["ltr", "rtl", "inherit"]}, - "display": {"values": ["block", "flex", "flow-root", "grid", "inline", "inline-block", "inline-flex", "inline-grid", "inline-table", "list-item", "none", "run-in", "table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row", "table-row-group", "inherit"]}, + "display": {"values": ["block", "contents", "flex", "flow-root", "grid", "inline", "inline-block", "inline-flex", "inline-grid", "inline-table", "list-item", "none", "run-in", "subgrid", "table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row", "table-row-group", "inherit"]}, "empty-cells": {"values": ["hide", "show", "inherit"]}, "filter": {"values": ["blur()", "brightness()", "contrast()", "custom()", "drop-shadow()", "grayscale()", "hue-rotate()", "invert()", "none", "opacity()", "sepia()", "saturate()", "url()"]}, "flex": {"values": ["auto", "initial", "none"]}, @@ -127,13 +129,16 @@ "grid-row-end": {"values": []}, "grid-row-start": {"values": []}, "grid-row-gap": {"values": []}, + "grid-template": {"values": ["none"]}, "grid-template-areas": {"values": []}, "grid-template-columns": {"values": ["auto"]}, "grid-template-rows": {"values": ["auto"]}, + "hanging-punctuation": {"values": ["allow-end", "first", "force-end", "last", "none"]}, "height": {"values": ["auto", "inherit"]}, "hyphens": {"values": ["auto", "manual", "none"]}, "image-orientation": {"values": []}, "image-resolution": {"values": ["from-image", "snap"]}, + "isolation": {"values": ["auto", "isolate"]}, "justify-content": {"values": ["center", "flex-end", "flex-start", "space-around", "space-between"]}, "left": {"values": ["auto", "inherit"]}, "letter-spacing": {"values": ["normal", "inherit"]}, @@ -151,6 +156,7 @@ "max-width": {"values": ["none", "inherit"]}, "min-height": {"values": ["inherit"]}, "min-width": {"values": ["inherit"]}, + "mix-blend-mode": {"values": ["color", "color-burn", "color-dodge", "darken", "difference", "exclusion", "hard-light", "hue", "lighten", "luminosity", "multiply", "normal", "overlay", "saturation", "screen", "soft-light"]}, "object-fit": {"values": ["contain", "cover", "fill", "none", "scale-down"]}, "object-position": {"values": ["left", "center", "right", "bottom", "top"]}, "opacity": {"values": ["inherit"]}, @@ -183,11 +189,13 @@ "region-fragment": {"values": ["auto", "break"]}, "resize": {"values": ["both", "horizontal", "none", "vertical", "inherit"]}, "right": {"values": ["auto", "inherit"]}, + "scroll-behavior": {"values": ["auto", "smooth"]}, "src": {"values": [ "url()"]}, "shape-image-threshold": {"values": []}, "shape-inside": {"values": ["auto", "circle()", "ellipse()", "inherit", "outside-shape", "polygon()", "rectangle()"]}, "shape-margin": {"values": []}, "shape-outside": {"values": ["none", "inherit", "circle()", "ellipse()", "polygon()", "inset()", "margin-box", "border-box", "padding-box", "content-box", "url()", "image()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()"]}, + "tab-size": {"values": []}, "table-layout": {"values": ["auto", "fixed", "inherit"]}, "text-align": {"values": ["center", "left", "justify", "right", "inherit"]}, "text-align-last": {"values": ["center", "left", "justify", "right", "inherit"]}, @@ -217,6 +225,7 @@ "transition-timing-function": {"values": ["cubic-bezier()", "ease", "ease-in", "ease-in-out", "ease-out", "linear", "step-end", "step-start", "steps()"]}, "unicode-bidi": {"values": ["bidi-override", "embed", "normal", "inherit"]}, "unicode-range": {"values": []}, + "user-select": {"values": ["all", "auto", "contain", "none", "text"]}, "vertical-align": {"values": ["baseline", "bottom", "middle", "sub", "super", "text-bottom", "text-top", "top", "inherit"]}, "visibility": {"values": ["collapse", "hidden", "visible", "inherit"]}, "white-space": {"values": ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "inherit"]},