mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Add Utilities page (#1746)
#1739: Add Utilities page Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
This commit is contained in:
parent
1ec56d2198
commit
fc4a0bda10
1 changed files with 14 additions and 0 deletions
14
_implementors/utilities.md
Normal file
14
_implementors/utilities.md
Normal file
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue