Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakuj/rsl-language-server

Language Server for the RAISE Specification Language
https://github.com/jakuj/rsl-language-server

language-server raise rsl

Last synced: 2 months ago
JSON representation

Language Server for the RAISE Specification Language

Awesome Lists containing this project

README

        

# RSL Language Server

[![GitHub CI](https://github.com/JakuJ/rsl-language-server/workflows/CI/badge.svg)](https://github.com/JakuJ/rsl-language-server/actions)

Language server for the RAISE Specification Language.
Used by the [VS Code extension](https://github.com/JakuJ/raise-vscode).

Download the newest version from the releases page and put it in your `PATH`.

The server requires the `rsltc` binary to be in your `PATH`.

## Manual installation

1. Make sure you have `stack` installed (get it [here](https://docs.haskellstack.org/en/stable/README/))
2. Run `stack install` in the main directory
3. Make sure the directory to which `stack` copied the `rsl-language-server` binary is in your `PATH`