From 89cdd3a87941214b384f6a018eac6da664820b4d Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 18 Aug 2026 18:15:30 +0200 Subject: [PATCH] Add Carve language server --- _implementors/servers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/servers.md b/_implementors/servers.md index 2520b8ae7..5a5b038fc 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -51,6 +51,7 @@ index: 1 | C/C++/Objective-C | [Jacob Dufault](https://github.com/jacobdufault), [MaskRay](https://github.com/MaskRay), [topisani](https://github.com/topisani) | [cquery](https://github.com/jacobdufault/cquery) | C++ | | C/C++/Objective-C | [MaskRay](https://github.com/MaskRay) | [ccls](https://github.com/MaskRay/ccls) | C++ | | [caddy](https://caddyserver.com/) | [caddyserver](https://github.com/caddyserver/) | [vscode-caddyfile](https://github.com/caddyserver/vscode-caddyfile/tree/master/packages/server) | TypeScript | +| [Carve](https://markup-carve.github.io/carve/) | [markup-carve](https://github.com/markup-carve) | [carve-lsp](https://github.com/markup-carve/carve-lsp) | TypeScript | | [CDS](https://cap.cloud.sap/docs/cds/) | [SAP](https://www.sap.com/) | [@sap/cds-lsp](https://www.npmjs.com/package/@sap/cds-lsp) (no code repository available) | JavaScript | | CSS/LESS/SASS | MS | [vscode-css-languageserver](https://github.com/Microsoft/vscode/tree/master/extensions/css-language-features/server) | TypeScript | | [Ceylon](https://ceylon-lang.org/) | [John Vasileff](https://github.com/jvasileff) | [vscode-ceylon](https://github.com/jvasileff/vscode-ceylon) | Ceylon |