From 07b4ea81edcd3e2698af6cedd09bb8ebde977f2f Mon Sep 17 00:00:00 2001 From: leogdion Date: Wed, 10 Sep 2025 16:42:24 -0400 Subject: [PATCH] Adding SyntaxKit --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index e8a76dec..6a17c6fa 100644 --- a/contents.json +++ b/contents.json @@ -4640,6 +4640,12 @@ "description":"Functional programming.", "homepage":"https://github.com/typelift/Swiftz" }, + { + "title": "SyntaxKit", + "category": "utility", + "description": "Generate Swift code programmatically with a declarative syntax.", + "homepage": "https://github.com/brightdigit/SyntaxKit" + }, { "title":"Then", "category":"utility",