From ec4bcc8545e527f5f36fd3baf0669116ad06f2e7 Mon Sep 17 00:00:00 2001 From: Dani Smith Date: Thu, 28 Mar 2024 20:48:53 +0200 Subject: [PATCH] Add Lua implementation (#37) --- src/_includes/partials/implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index d7bd144..1998850 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -21,6 +21,7 @@ * 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) +* Lua: [kdlua](https://github.com/danini-the-panini/kdlua) ## Editor Support