From 0e08382eabc74ce314c65c3e5d07c3eaebd0084b Mon Sep 17 00:00:00 2001 From: Christian Schmidt <47507599+chs2019@users.noreply.github.com> Date: Sat, 31 Jan 2026 12:40:00 +0100 Subject: [PATCH] Fix syntax for superellipse function in syntaxes.json parameter options must be grouped to an array of terms --- css/syntaxes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/syntaxes.json b/css/syntaxes.json index 9cc5f287..9959b7a2 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -1002,7 +1002,7 @@ "syntax": " | | | " }, "superellipse()": { - "syntax": "superellipse( | infinity | -infinity)" + "syntax": "superellipse( [ | infinity | -infinity ] )" }, "supports-condition": { "syntax": "not | [ and ]* | [ or ]*"