From 2f18ef65af253bbc394904b41e7f8c1194d440ec Mon Sep 17 00:00:00 2001 From: Marcel Cutts Date: Tue, 7 Aug 2018 10:07:15 +0100 Subject: [PATCH] Add ReasonML LSP This adds the ReasonML LSP that's being actively developed by wonderful folks like Jared Forsyth and Cheng Lou. --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index db59251..faba21b 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -64,6 +64,7 @@ index: 1 | Python | MS | [Python Tools for Visual Studio](https://github.com/Microsoft/PTVS) | R | [REditorSupport](https://github.com/REditorSupport) | [R language server](https://github.com/REditorSupport/languageserver) | | RAML | [RAML Workgroup](http://raml.org/about/workgroup) | [raml-language-server](https://github.com/raml-org/raml-language-server) Work in Progress | +| ReasonML| [Jared Forsyth](https://github.com/jaredly) | [reason-language-server](https://github.com/jaredly/reason-language-server) | Ruby | [Fred Snyder](https://github.com/castwide) | [solargraph](https://github.com/castwide/solargraph) | | Ruby | [Fumiaki MATSUSHIMA](https://github.com/mtsmfm) | [language_server-ruby](https://github.com/mtsmfm/language_server-ruby) | | Ruby | [Rafał Łasocha](https://github.com/swistak35) | [orbacle](https://github.com/swistak35/orbacle) |