Fix up remaining broken languages

This commit is contained in:
Radon Rosborough 2021-08-17 16:52:21 -07:00
parent 01c25f38b4
commit b6a45414e4
2 changed files with 5 additions and 2 deletions

View File

@ -68,3 +68,5 @@ template: |
run: |
if spago build -n; then spago run -n; (echo 'import Prelude'; echo 'import Main') > .purs-repl; spago repl; else echo 'import Prelude' > .purs-repl; spago repl -d; fi
timeoutFactor: 2

View File

@ -32,6 +32,9 @@ install:
npm install
popd
setup: |
cp -a /opt/reasonml/skel/* ./
main: "main.re"
template: |
print_string("Hello, world!\n");
@ -48,8 +51,6 @@ format:
print_string("Hello, world!\n")
lsp:
setup: |
cp -a /opt/reasonml/skel/* ./
start: |
reason-language-server
code: "TODO"