LSP working for Bash

Another easy one!
This commit is contained in:
Radon Rosborough 2020-07-06 18:27:26 -06:00
parent f39f2ca58f
commit fd4a81a8d1
2 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,7 @@ implement main0 () = ()
repl: "bash --rcfile /dev/null",
main: "main.bash",
run: "bash --rcfile main.bash",
lsp: "bash-language-server start",
template: `echo "Hello, world!"
`,
},

View File

@ -26,6 +26,9 @@ for file in /opt/rust/bin/*; do
ln -s /opt/rust/wrapper /usr/bin/${file##*/}
done
# Bash
npm install -g bash-language-server
# Befunge
npm install -g befunge93 prompt-sync