From e17ad2722a12ffd6ea3a42405ce6ab0ccb8c0486 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Thu, 10 Nov 2022 16:21:31 +0100 Subject: [PATCH] Enable elixir-ls for heex language (#4679) --- book/src/generated/lang-support.md | 2 +- languages.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md index 411e67b8a..086cd3c68 100644 --- a/book/src/generated/lang-support.md +++ b/book/src/generated/lang-support.md @@ -50,7 +50,7 @@ | hare | ✓ | | | | | haskell | ✓ | | | `haskell-language-server-wrapper` | | hcl | ✓ | | ✓ | `terraform-ls` | -| heex | ✓ | ✓ | | | +| heex | ✓ | ✓ | | `elixir-ls` | | html | ✓ | | | `vscode-html-language-server` | | idris | | | | `idris2-lsp` | | iex | ✓ | | | | diff --git a/languages.toml b/languages.toml index 4ac39b02a..8b87cd1d3 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"