From 4e7975e205da31c50b731245c91c3c0f05346a04 Mon Sep 17 00:00:00 2001 From: otreblan Date: Mon, 27 Jan 2020 12:45:01 -0500 Subject: [PATCH] Add WIP C++17 library implementation --- _implementors/sdks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/sdks.md b/_implementors/sdks.md index 93bedf1..17d4aab 100644 --- a/_implementors/sdks.md +++ b/_implementors/sdks.md @@ -26,4 +26,5 @@ index: 3 | Swift | [Chime](https://twitter.com/chimehq) | [SwiftLSPClient](https://github.com/chimehq/SwiftLSPClient)| | C++ | [Kuafu](https://github.com/kuafuwang) | [LspCpp](https://github.com/kuafuwang/LspCpp)| | Go | [disposedtrolley](https://github.com/disposedtrolley) | [golsp-sdk](https://github.com/goodgophers/golsp-sdk) (WIP)| +| C++17 | [otreblan](https://github.com/otreblan) | [libclsp](https://github.com/otreblan/libclsp) (WIP)| {: .table .table-bordered .table-responsive}