Skip to content

Commit e17ad27

Browse files
Enable elixir-ls for heex language (#4679)
1 parent bc52b03 commit e17ad27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

book/src/generated/lang-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
| hare || | | |
5151
| haskell || | | `haskell-language-server-wrapper` |
5252
| hcl || || `terraform-ls` |
53-
| heex ||| | |
53+
| heex ||| | `elixir-ls` |
5454
| html || | | `vscode-html-language-server` |
5555
| idris | | | | `idris2-lsp` |
5656
| iex || | | |

languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,8 @@ injection-regex = "heex"
13551355
file-types = ["heex"]
13561356
roots = ["mix.exs", "mix.lock"]
13571357
indent = { tab-width = 2, unit = " " }
1358+
language-server = { command = "elixir-ls" }
1359+
config = { elixirLS.dialyzerEnabled = false }
13581360

13591361
[[grammar]]
13601362
name = "heex"

0 commit comments

Comments
 (0)