From 7755eb18f1d57141e60ae7fe4a68beb860f18bf6 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Tue, 21 Jan 2025 09:10:34 +0100 Subject: [PATCH] Add Devicetree LSP to list (#2085) Add DTS LSP to list of servers --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 33e8435..8edb9ec 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -74,6 +74,7 @@ index: 1 | Debian Packaging files | [The `debputy` maintainers](https://salsa.debian.org/debian/debputy) | [`debputy lsp server`](https://salsa.debian.org/debian/debputy) | Python | | [Delphi](https://www.embarcadero.com/products/delphi) | [Embarcadero](https://www.embarcadero.com/) | Proprietary ([DelphiLSP](http://docwiki.embarcadero.com/RADStudio/en/Code_Insight_References)) | Delphi and C | | [DenizenScript](https://denizenscript.com/) | [DenizenScript Team](https://github.com/DenizenScript/) | [DenizenVSCode](https://github.com/DenizenScript/DenizenVSCode) | C# | +| [devicetree](https://www.devicetree.org) | [Kyle Micallef Bonnici](https://github.com/kylebonnici) | [dts-lsp](https://github.com/kylebonnici/dts-lsp) | Typescript | | [Deno](https://deno.land) (TypeScript/JavaScript) | [Deno Land](https://github.com/denoland) | [`deno lsp`](https://github.com/denoland/deno/tree/main/cli/lsp) | Rust | | [Dockerfiles](https://docs.docker.com/engine/reference/builder/)| [Remy Suen](https://github.com/rcjsuen) | [dockerfile-language-server](https://github.com/rcjsuen/dockerfile-language-server-nodejs) | TypeScript | | [DreamMaker](https://secure.byond.com/) | [SpaceManiac](https://www.platymuus.com) | [DreamMaker Language Server](https://github.com/SpaceManiac/SpacemanDMM/tree/master/src/langserver) | Rust |