From bb1c2f2d9061a2025e4bcc383101a8af87fd5c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 8 Jan 2025 09:03:33 -0800 Subject: [PATCH] Mark kdljs as supporting v2 --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index 8be3556..d33b83b 100644 --- a/src/index.md +++ b/src/index.md @@ -132,7 +132,7 @@ of some examples of KDL in the wild (either v1, v2, or both): * JavaScript - * [@bgotink/kdl](https://github.com/bgotink/kdl)\* (Format/comment-preserving parser) * [@virtualstate/kdl](https://github.com/virtualstate/kdl) (query only, JSX based) - * [kdljs](https://github.com/kdl-org/kdljs) + * [kdljs](https://github.com/kdl-org/kdljs)\* * Lua - [kdlua](https://github.com/danini-the-panini/kdlua) * Nim - [kdl-nim](https://github.com/Patitotective/kdl-nim) * OCaml - [ocaml-kdl](https://github.com/Bannerets/ocaml-kdl)