diff --git a/css/syntaxes.json b/css/syntaxes.json index 82f6ec73..eb789396 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -11,9 +11,15 @@ "alpha-value": { "syntax": " | " }, + "anchor()": { + "syntax": "anchor( ? && , ? )" + }, "anchor-name": { "syntax": "" }, + "anchor-size()": { + "syntax": "anchor-size( [ || ]? , ? )" + }, "angle-percentage": { "syntax": " | " }, @@ -320,6 +326,9 @@ "final-bg-layer": { "syntax": "<'background-color'> || || [ / ]? || || || || " }, + "fit-content()": { + "syntax": "fit-content( )" + }, "fixed-breadth": { "syntax": "" }, @@ -584,6 +593,12 @@ "offset-path": { "syntax": " | | " }, + "oklab()": { + "syntax": "oklab( [ | | none] [ | | none] [ | | none] [ / [ | none] ]? )" + }, + "oklch()": { + "syntax": "oklch( [ | | none] [ | | none] [ | none] [ / [ | none] ]? )" + }, "opacity()": { "syntax": "opacity( [ ] )" }, @@ -629,6 +644,9 @@ "palette-identifier": { "syntax": "" }, + "palette-mix()": { + "syntax": "palette-mix( , [ [normal | light | dark | | ] && ? ]#{2})" + }, "path()": { "syntax": "path( [ , ]? )" },