Enable elixir-ls for heex language (#4679)
This commit is contained in:
parent
bc52b0369b
commit
e17ad2722a
2 changed files with 3 additions and 1 deletions
|
@ -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 | ✓ | | | |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue