Remove repl from elixir 5

This commit is contained in:
plondon 2021-10-23 14:17:33 -04:00
parent bed16d1ca0
commit f4783cbffd
1 changed files with 0 additions and 6 deletions

View File

@ -17,12 +17,6 @@ install:
unzip -d "${pkg}/opt/elixir-ls" elixir-ls.zip
ln -s /opt/elixir-ls/language_server.sh "${pkg}/usr/local/bin/elixir-ls"
repl: |
iex
input: |
DELAY: 1
123 * 234
main: "main.exs"
template: |
IO.puts("Hello, world!")