parent
f39f2ca58f
commit
fd4a81a8d1
|
@ -82,6 +82,7 @@ implement main0 () = ()
|
||||||
repl: "bash --rcfile /dev/null",
|
repl: "bash --rcfile /dev/null",
|
||||||
main: "main.bash",
|
main: "main.bash",
|
||||||
run: "bash --rcfile main.bash",
|
run: "bash --rcfile main.bash",
|
||||||
|
lsp: "bash-language-server start",
|
||||||
template: `echo "Hello, world!"
|
template: `echo "Hello, world!"
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,6 +26,9 @@ for file in /opt/rust/bin/*; do
|
||||||
ln -s /opt/rust/wrapper /usr/bin/${file##*/}
|
ln -s /opt/rust/wrapper /usr/bin/${file##*/}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Bash
|
||||||
|
npm install -g bash-language-server
|
||||||
|
|
||||||
# Befunge
|
# Befunge
|
||||||
npm install -g befunge93 prompt-sync
|
npm install -g befunge93 prompt-sync
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue