Elm language server written in haskell (archived). Use https://github.com/elm-tooling/elm-language-server instead.
Haskell
52
46 commits
updated Jun 20, 2019
NOTE: The repository elm-language-server is actively maintained. This repository is currently not maintained.
First attempt to write a language server for Elm.
See https://microsoft.github.io/language-server-protocol/specification for a description of the protocol.
If you want to work on more, please reach out and create an issue, before you start working on it.
The editor should start one language server for each Elm project (there may be multiple). rootPath should be set to the location of the elm.json file.
hlintClone the repository and its subrepositories:
git clone https://github.com/elm-tooling/elm-language-servergit submodule update --init --recursive
Install ghc and dependencies. You need to have stack installedstack setupstack installHaskell
100.0%
Elm language server written in haskell (archived). Use https://github.com/elm-tooling/elm-language-server instead.
Haskell
52
46 commits
updated Jun 20, 2019
NOTE: The repository elm-language-server is actively maintained. This repository is currently not maintained.
First attempt to write a language server for Elm.
See https://microsoft.github.io/language-server-protocol/specification for a description of the protocol.
If you want to work on more, please reach out and create an issue, before you start working on it.
The editor should start one language server for each Elm project (there may be multiple). rootPath should be set to the location of the elm.json file.
hlintClone the repository and its subrepositories:
git clone https://github.com/elm-tooling/elm-language-servergit submodule update --init --recursive
Install ghc and dependencies. You need to have stack installedstack setupstack installHaskell
100.0%