From fc4a0bda109d09b5c402c53122b473fcb99da4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Balog?= Date: Mon, 12 Jun 2023 09:48:52 +0200 Subject: [PATCH] Add Utilities page (#1746) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #1739: Add Utilities page Co-authored-by: Dirk Bäumer --- _implementors/utilities.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _implementors/utilities.md diff --git a/_implementors/utilities.md b/_implementors/utilities.md new file mode 100644 index 0000000..8622574 --- /dev/null +++ b/_implementors/utilities.md @@ -0,0 +1,14 @@ +--- +layout: implementors +title: "Utilities for LSPs" +shortTitle: "Utilities" +author: Microsoft +index: 4 +--- + +*If you are missing a utility please create a pull request in GitHub against this markdown [document](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/_implementors/utilities.md)* + +| Tool | Maintainer | Repository | Implementation Language | +|----------------------------------------------------|--------------------------------------------|--------------------------------------------------|-------------------------| +| [lasponya](https://www.npmjs.com/package/lasponya) | [Tamás Balog](https://github.com/picimako) | [Lasponya](https://github.com/picimako/lasponya) | TypeScript | +{: .table .table-bordered .table-responsive} \ No newline at end of file