Skip to content

Commit cc8bcc8

Browse files
authored
Merge pull request #1134 from informalsystems/gabriela/language-server-packaging
Package the language server for publishing in NPM
2 parents 713958c + 2762ed6 commit cc8bcc8

File tree

4 files changed

+12107
-12077
lines changed

4 files changed

+12107
-12077
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Quint Language Server
2+
3+
[![npm (scoped)](https://img.shields.io/npm/v/@informalsystems/quint-language-server)](https://www.npmjs.com/package/@informalsystems/quint-language-server)
4+
5+
A language server for the [Quint specification language](https://github.com/informalsystems/quint).
6+
7+
## Installation
8+
9+
Install the [latest published version from npm](https://www.npmjs.com/package/@informalsystems/quint-language-server):
10+
11+
```
12+
npm i @informalsystems/quint-language-server -g
13+
```
14+
15+
## Usage
16+
17+
There are currently two clients for this server:
18+
19+
1. The Quint [VSCode extension](https://marketplace.visualstudio.com/items?itemName=informal.quint-vscode)
20+
2. The [Quint LSP client](https://github.com/informalsystems/quint/blob/main/editor-plugins/emacs/README.md) for Emacs
21+
22+
They are capable of downloading and installing this server for you.

0 commit comments

Comments
 (0)