From f183388e143eac5119ec632421ef544409518423 Mon Sep 17 00:00:00 2001 From: augb Date: Fri, 21 Dec 2018 12:45:37 -0600 Subject: [PATCH] Update sdks.md Add `pygls` - a pythonic generic language server. --- _implementors/sdks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/sdks.md b/_implementors/sdks.md index 975d996..bd26bf5 100644 --- a/_implementors/sdks.md +++ b/_implementors/sdks.md @@ -15,6 +15,7 @@ index: 3 | Java | Eclipse, TypeFox | [Eclipse LSP4J](https://github.com/eclipse/lsp4j) | | Haxe | @nadako | [language-server-protocol-haxe](https://github.com/vshaxe/language-server-protocol-haxe)| | PHP | [Felix Becker](https://github.com/felixfbecker) | [php-language-server](https://github.com/felixfbecker/php-language-server)| +| Python | [Open Law Library](http://www.openlawlib.org/) | [pygls](https://github.com/openlawlibrary/pygls)| | Python | [Yeger](https://github.com/yeger00) | [pylspclient](https://github.com/yeger00/pylspclient)| | Rust | [Bruno Medeiros](https://github.com/bruno-medeiros) | [RustLSP](https://github.com/RustDT/RustLSP)| | Haskell | [Alan Zimmerman](https://github.com/alanz) | [Haskell-LSP](https://github.com/alanz/haskell-lsp)|