LSP working for Elm
This commit is contained in:
parent
8b8c199c34
commit
d112226aa7
|
@ -331,6 +331,8 @@ void main() {
|
||||||
repl: "elm repl",
|
repl: "elm repl",
|
||||||
main: "Main.elm",
|
main: "Main.elm",
|
||||||
run: "cp /opt/elm/elm.json elm.json && run-elm Main.elm; elm repl",
|
run: "cp /opt/elm/elm.json elm.json && run-elm Main.elm; elm repl",
|
||||||
|
lsp: "elm-language-server --stdio",
|
||||||
|
lspSetup: "cp /opt/elm/elm.json elm.json",
|
||||||
template: `module Main exposing (..)
|
template: `module Main exposing (..)
|
||||||
|
|
||||||
output : String
|
output : String
|
||||||
|
|
|
@ -41,6 +41,7 @@ npm install -g coffeescript
|
||||||
|
|
||||||
# Elm
|
# Elm
|
||||||
npm install -g @kachkaev/run-elm
|
npm install -g @kachkaev/run-elm
|
||||||
|
npm install -g @elm-tooling/elm-language-server
|
||||||
|
|
||||||
# FORTRAN
|
# FORTRAN
|
||||||
pip3 install fortran-language-server
|
pip3 install fortran-language-server
|
||||||
|
|
Loading…
Reference in New Issue