Add LXTK to SDKs

LXTK is an open source toolkit for implementing language clients
talking to language servers according to the LSP.
This commit is contained in:
Vladimir Piskarev 2021-02-05 17:30:49 +03:00 committed by GitHub
parent 7b8a3edfce
commit df78c67f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ index: 3
| Haskell | [Luke Lau](https://github.com/Bubba) | [lsp-test](https://github.com/Bubba/lsp-test)|
| Haxe | @nadako | [language-server-protocol-haxe](https://github.com/vshaxe/language-server-protocol-haxe)|
| Java | Eclipse, TypeFox | [Eclipse LSP4J](https://github.com/eclipse/lsp4j) |
| Java | [lxtk.org](https://github.com/lxtk-org) | [LXTK](https://github.com/lxtk-org/lxtk) |
| node.js | MS | [vscode-languageserver-node](https://github.com/Microsoft/vscode-languageserver-node) |
| Objective-C | [Christopher Atlan](https://twitter.com/catlan) | [LSPKit](https://github.com/catlan/LSPKit)|
| PHP | [Felix Becker](https://github.com/felixfbecker) | [php-language-server](https://github.com/felixfbecker/php-language-server)|