An open API service indexing awesome lists of open source software.

https://github.com/quyykk/es-lsp

An unofficial LSP server for Endless Sky.
https://github.com/quyykk/es-lsp

endless-sky

Last synced: 9 months ago
JSON representation

An unofficial LSP server for Endless Sky.

Awesome Lists containing this project

README

          

# es-lsp

An unofficial [LSP server](https://microsoft.github.io/language-server-protocol/) for [Endless Sky](https://github.com/endless-sky/endless-sky/).

## Building

You need [meson](https://mesonbuild.com/), which can typically be installed using `pip` or your favorite package manager.

```bash
$ meson build --buildtype release # creates a build directory for the 'release' target.
$ cd build
$ ninja
```

You can run tests with `ninja` like follows:

```bash
$ ninja test
```