aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorPhilip Giuliani2022-11-10 15:21:31 +0000
committerGitHub2022-11-10 15:21:31 +0000
commite17ad2722a12ffd6ea3a42405ce6ab0ccb8c0486 (patch)
tree5a476e4b94d005627389670f15db6299c7fb110f /languages.toml
parentbc52b0369b35f670e29728de5e3c0afdf804f9d8 (diff)
Enable elixir-ls for heex language (#4679)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 4ac39b02..8b87cd1d 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1355,6 +1355,8 @@ injection-regex = "heex"
file-types = ["heex"]
roots = ["mix.exs", "mix.lock"]
indent = { tab-width = 2, unit = " " }
+language-server = { command = "elixir-ls" }
+config = { elixirLS.dialyzerEnabled = false }
[[grammar]]
name = "heex"