From f8cddd6649224d597a1773645dff940e75ca0859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B4=E6=9C=9B=E8=93=9D=E5=A4=A9?= <1457675796@qq.com> Date: Mon, 14 Oct 2024 18:21:13 +0800 Subject: [PATCH] Add Rain language server to LSP (#2039) --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index b54961c00..34d3ca2d5 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -189,6 +189,7 @@ index: 1 | QML | [Qt](https://www.qt.io/) | [qmlls](https://github.com/qt/qtdeclarative/tree/dev/tools/qmlls) | C++ | | [R](https://www.r-project.org/) | [REditorSupport](https://github.com/REditorSupport) | [R language server](https://github.com/REditorSupport/languageserver) | R | | Racket | [Jay McCarthy](https://github.com/jeapostrophe) | [racket-langserver](https://github.com/jeapostrophe/racket-langserver) | Racket | +| [Rain](https://github.com/RainCmd/RainLanguage) | [渴望蓝天](https://github.com/RainCmd) | [RainLanguageServer](https://github.com/RainCmd/RainLanguageServer) | C# | | Raku | [Brian Scannell](https://github.com/bscan) | [Raku Navigator](https://github.com/bscan/RakuNavigator) | TypeScript | | RAML | [RAML Workgroup](http://raml.org/about/workgroup) | [raml-language-server](https://github.com/raml-org/raml-language-server) Work in Progress | | | [Rascal](https://www.rascal-mpl.org/) | [UseTheSource](https://github.com/UseTheSource) | [util::LanguageServer](https://github.com/usethesource/rascal-language-servers) | Java & Rascal & Typescript |