diff --git a/bucket/elixir-ls.json b/bucket/elixir-ls.json new file mode 100644 index 0000000000000..96c10df16e0d4 --- /dev/null +++ b/bucket/elixir-ls.json @@ -0,0 +1,23 @@ +{ + "version": "0.29.3", + "description": "Language server for Elixir.", + "homepage": "https://elixir-lsp.github.io/elixir-ls/", + "license": "Apache-2.0", + "suggest": { + "Elixir language": "elixir" + }, + "url": "https://github.com/elixir-lsp/elixir-ls/releases/download/v0.29.3/elixir-ls-v0.29.3.zip", + "hash": "c07680593973ee9465e7361523b873baaacd258a4741342b1533bee5ac5c6c5e", + "bin": [ + [ + "language_server.bat", + "elixir-ls" + ] + ], + "checkver": { + "github": "https://github.com/elixir-lsp/elixir-ls" + }, + "autoupdate": { + "url": "https://github.com/elixir-lsp/elixir-ls/releases/download/v$version/elixir-ls-v$version.zip" + } +}