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.
- Host: GitHub
- URL: https://github.com/quyykk/es-lsp
- Owner: quyykk
- License: gpl-3.0
- Created: 2021-10-06T14:00:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T20:36:34.000Z (about 4 years ago)
- Last Synced: 2025-02-16T02:53:55.094Z (9 months ago)
- Topics: endless-sky
- Language: C++
- Homepage:
- Size: 891 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```