From 9d8c80f8b30fc96298dc2842dd067209d09d3fbc Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Mon, 23 Feb 2026 14:31:10 -0800 Subject: [PATCH] Mark kdl-hs as v2 compliant (#58) * Mark kdl-hs as v2 compliant * Use asterisk to indicate v2 compliance --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index a8e666b..8a820d4 100644 --- a/src/index.md +++ b/src/index.md @@ -131,7 +131,7 @@ of some examples of KDL in the wild (either v1, v2, or both): * [kdl-go](https://github.com/sblinch/kdl-go) * Haskell - * [Hustle](https://github.com/fuzzypixelz/Hustle) - * [kdl-hs](https://github.com/brandonchinn178/kdl-hs) (v1 + subset of v2 syntax) + * [kdl-hs](https://github.com/brandonchinn178/kdl-hs)\* (Format/comment-preserving parser) * Java - [kdl4j](https://github.com/kdl-org/kdl4j)\* * JavaScript - * [@bgotink/kdl](https://github.com/bgotink/kdl)\* (Format/comment-preserving parser)