@moonbit/moonbit-lsp 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
1
|
# MoonBit Language Server
|
|
2
2
|
|
|
3
|
-
Language Server for MoonBit implements the Language Server Protocol (LSP)
|
|
3
|
+
Language Server for MoonBit implements the Language Server Protocol (LSP)
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
npm install -g @moonbit/moonbit-lsp
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
start server with
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
moonbit-lsp
|
|
17
|
+
```
|