jirijakes / lsp-collection

Collection of various LSP implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of LSP implementations

There are many Language Server Protocol implementations written in all kinds of languages. They are good resources when studying the protocol itself. This repository puts them together so one can only run

git clone --recurse-submodules https://github.com/jirijakes/lsp-collection

and all of them are available for exploration.

Overview

For languageWritten inUses tree-sitterRepository
BashTypeScriptLSP, TS
BeancountRustLSP, TS
CMakePythonLSP
GraphQLTypeScriptLSP (part of GraphiQL)
Idris2Idris2LSP
JSONTypeScriptLSP (part of vscode)
LaTeXRustLSP
RustRustLSP
SQLGoLSP (archived)
TOMLRustLSP
XMLJavaLSP
YAMLTypeScriptLSP
ZeekRustLSP, TS

About

Collection of various LSP implementations