summaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
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"