From c80b607b0c2ba4e9f7785eacc66dc3342a70e0d2 Mon Sep 17 00:00:00 2001 From: mataha Date: Tue, 12 Dec 2023 10:04:44 +0100 Subject: [PATCH] Add `LSP-biome` to language_servers.md (#2373) --- docs/src/language_servers.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/src/language_servers.md b/docs/src/language_servers.md index 14f3dd399..d4578e40e 100644 --- a/docs/src/language_servers.md +++ b/docs/src/language_servers.md @@ -225,6 +225,10 @@ See also [Vue](#vue). There are multiple options: +### Biome + +Follow installation instructions on [LSP-biome](https://github.com/sublimelsp/LSP-biome). + ### Deno Follow installation instructions on [LSP-Deno](https://github.com/sublimelsp/LSP-Deno). @@ -254,12 +258,6 @@ Follow installation instructions on [LSP-flow](https://github.com/sublimelsp/LSP } ``` -### Rome - -> Rome unifies your development stack by combining the functionality of separate tools. Supports linting and formatting. - -Follow installation instructions on [LSP-rome](https://github.com/sublimelsp/LSP-rome). - ### TypeScript Language Server Follow installation instructions on [LSP-typescript](https://github.com/sublimelsp/LSP-typescript).