From 3e5f6d20f73c47ef49b823adb387adbdeb891d26 Mon Sep 17 00:00:00 2001 From: Nick Strupat Date: Thu, 10 Jun 2021 16:41:11 -0400 Subject: [PATCH] Add ccls to the list --- _implementors/sdks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/sdks.md b/_implementors/sdks.md index 919f95e..0345091 100644 --- a/_implementors/sdks.md +++ b/_implementors/sdks.md @@ -14,6 +14,7 @@ index: 3 | C# | [OmniSharp](http://www.omnisharp.net/) | [C#-LSP](https://github.com/OmniSharp/csharp-language-server-protocol)| | C# | MS | work in progress by [David Wilson](https://github.com/daviwil) | | C# | [Ken Domino](https://github.com/kaby76) | [LspTypes for C#](https://github.com/kaby76/lsp-types) | +| C/C++/Objective-C | [MaskRay](https://github.com/MaskRay) | [ccls](https://github.com/MaskRay/ccls)| | C++ | [Kuafu](https://github.com/kuafuwang) | [LspCpp](https://github.com/kuafuwang/LspCpp)| | C++17 | [otreblan](https://github.com/otreblan) | [libclsp](https://github.com/otreblan/libclsp) (WIP)| | Haskell | [Alan Zimmerman](https://github.com/alanz) | [Haskell-LSP](https://github.com/alanz/haskell-lsp)|