Enable elixir-ls for heex language (#4679)

This commit is contained in:
Philip Giuliani 2022-11-10 16:21:31 +01:00 committed by GitHub
parent bc52b0369b
commit e17ad2722a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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 | ✓ | | | |

View file

@ -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"