From 7402f592e2b85f3786b02087a94a97c7ca597192 Mon Sep 17 00:00:00 2001 From: Dani Smith Date: Sat, 16 Mar 2024 06:28:04 +0200 Subject: [PATCH] add swift and crystal to implementations (#36) --- src/_includes/partials/implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index f94fb36..d7bd144 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -19,6 +19,8 @@ * Nim: [kdl-nim](https://github.com/Patitotective/kdl-nim) * Common Lisp: [kdlcl](https://github.com/chee/kdlcl) * Go: [gokdl](https://github.com/lunjon/gokdl), [kdl-go](https://github.com/sblinch/kdl-go) +* Swift: [kdl-swift](https://github.com/danini-the-panini/kdl-swift) +* Crystal: [kdl-cr](https://github.com/danini-the-panini/kdl-cr) ## Editor Support