From d27ddc81611a0a697b23ed2fd2a32aac5f202ba1 Mon Sep 17 00:00:00 2001 From: John Chabot Date: Wed, 22 May 2019 21:28:23 -0500 Subject: [PATCH] Add kerboscript language server to server.md Added the language server for kerboscript to the LSP implementations tables. This is a side project I've been working on for a programming language, for a mod of a game. The documentation for the kerboscript can be found [here](https://ksp-kos.github.io/KOS/). The main mod / programming language project can be found [here](https://github.com/KSP-KOS/KOS). Obviously this is a hyper niche language, and can understand not including to highlight useful languages. --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 6698627..7fc5129 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -55,6 +55,7 @@ index: 1 | Javascript Flow| [flowtype](https://github.com/flowtype/) | [flow-language-server](https://github.com/flowtype/flow-language-server)(deprecated) | JavaScript, Flow | | Javascript-Typescript | [Sourcegraph](https://sourcegraph.com/) | [javascript-typescript](https://github.com/sourcegraph/javascript-typescript-langserver) | TypeScript | | [Julia](http://julialang.org/) | [Contributors](https://github.com/JuliaEditorSupport/LanguageServer.jl/graphs/contributors) | [Julia language server](https://github.com/JuliaEditorSupport/LanguageServer.jl) | Julia | +| [Kerboscript (kOS)](https://ksp-kos.github.io/KOS/) | [John Chabot](https://github.com/jonnyboyC) | [kos-language-server](https://github.com/jonnyboyC/kos-language-server) | Typescript | [Language Server Robot](https://github.com/TypeCobolTeam/LanguageServerRobot) | [TypeCobolTeam](https://github.com/TypeCobolTeam) | [TypeCobol Language Server Robot](https://github.com/TypeCobolTeam/LanguageServerRobot/wiki) | C# | | [Language Tool](https://languagetool.org/)| [Adam Voss](https://github.com/adamvoss) | [languagetool](https://github.com/adamvoss/languagetool-languageserver) | Java | | [LaTeX](https://www.latex-project.org/)| [Eric Förster](https://github.com/efoerster) | [texlab](https://github.com/efoerster/texlab) |