From cc2c8b0931be92b6ef8fa7c1274c72e9ca633131 Mon Sep 17 00:00:00 2001 From: bad-antics <160459796+bad-antics@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:25:34 -0700 Subject: [PATCH] Add Lateralus language server --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 645b30bda..f1aedfe0d 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -151,6 +151,7 @@ index: 1 | [LanguageTool](https://languagetool.org/)| [Julian Valentin](https://github.com/valentjn) | [ltex-ls](https://github.com/valentjn/ltex-ls) | Kotlin | | [Lark](https://lark-parser.readthedocs.io/en/stable/)| [Dynova](https://github.com/orgs/dynovaio/people) | [lark-parser-language-server](https://github.com/dynovaio/lark-parser-language-server) | Python | | [LaTeX](https://www.latex-project.org/)| [Eric Förster](https://github.com/efoerster) | [texlab](https://github.com/efoerster/texlab) | Rust | +| [Lateralus](https://github.com/bad-antics/lateralus-lang) | [bad-antics](https://github.com/bad-antics) | [lateralus-lang](https://github.com/bad-antics/lateralus-lang) | Python | | [Lean4](https://lean-lang.org/) | [leanprover](https://github.com/leanprover) | [Language Server](https://github.com/leanprover/lean4/tree/master/src/Lean/Server) | Lean4 | | [Lox](https://craftinginterpreters.com/appendix-i.html) | [Ajeet D'Souza](https://github.com/ajeetdsouza) | [loxcraft](https://github.com/ajeetdsouza/loxcraft) | Rust | | LPC | [John Chmura](https://github.com/jlchmura/) | [lpc-language-server](https://github.com/jlchmura/lpc-language-server) | TypeScript |