|
|
@ -33,6 +33,7 @@ dot-language-server = { command = "dot-language-server", args = ["--stdio"] }
|
|
|
|
earthlyls = { command = "earthlyls" }
|
|
|
|
earthlyls = { command = "earthlyls" }
|
|
|
|
elixir-ls = { command = "elixir-ls", config = { elixirLS.dialyzerEnabled = false } }
|
|
|
|
elixir-ls = { command = "elixir-ls", config = { elixirLS.dialyzerEnabled = false } }
|
|
|
|
elm-language-server = { command = "elm-language-server" }
|
|
|
|
elm-language-server = { command = "elm-language-server" }
|
|
|
|
|
|
|
|
elp = { command = "elp", args = ["server"] }
|
|
|
|
elvish = { command = "elvish", args = ["-lsp"] }
|
|
|
|
elvish = { command = "elvish", args = ["-lsp"] }
|
|
|
|
erlang-ls = { command = "erlang_ls" }
|
|
|
|
erlang-ls = { command = "erlang_ls" }
|
|
|
|
forc = { command = "forc", args = ["lsp"] }
|
|
|
|
forc = { command = "forc", args = ["lsp"] }
|
|
|
@ -1800,7 +1801,7 @@ roots = ["rebar.config"]
|
|
|
|
shebangs = ["escript"]
|
|
|
|
shebangs = ["escript"]
|
|
|
|
comment-token = "%%"
|
|
|
|
comment-token = "%%"
|
|
|
|
indent = { tab-width = 4, unit = " " }
|
|
|
|
indent = { tab-width = 4, unit = " " }
|
|
|
|
language-servers = [ "erlang-ls" ]
|
|
|
|
language-servers = [ "erlang-ls", "elp" ]
|
|
|
|
|
|
|
|
|
|
|
|
[[grammar]]
|
|
|
|
[[grammar]]
|
|
|
|
name = "erlang"
|
|
|
|
name = "erlang"
|
|
|
|