Skip to content

Commit 0aab4b0

Browse files
committed
Update README.md.
1 parent 29f8809 commit 0aab4b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# LanguageServer.NET
22

3-
A .NET Language Server library for VSCode, and hopefully, might be used with other IDEs that support [MS Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md). Still work in progress and API is subject to changes.
3+
A .NET implementation of [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) infrastructure library for VSCode, and hopefully, might also be used with other IDEs that support Language Server Protocol. Still work in progress and API is subject to change.
44

55
![Screenshot of DemoLanguageServer](README.resource/Screenshot.gif)
66

77
Based on [CXuesong/JsonRpc.Standard](https://github.com/CXuesong/JsonRpc.Standard), this .NET Standard library intends to provide basic interfaces and data structures so that you can write a language server in C#, build it on .NET Core and, with the help of the client-side code of [Microsoft/vscode-languageserver-node](https://github.com/Microsoft/vscode-languageserver-node), use it in VSCode.
88

9+
For an actual (WIP) [Wikitext](https://en.wikipedia.org/wiki/Wiki_markup) language server based on this library, please take a look at [CXuesong/MwLanguageServer](https://github.com/CXuesong/MwLanguageServer).
10+
911
The library is now available on NuGet. To install the package, run the following command in the Package Manager Console
1012

1113
```powershell

0 commit comments

Comments
 (0)