mirror of https://github.com/helix-editor/helix
Enable elixir-ls for heex language (#4679)
parent
bc52b0369b
commit
e17ad2722a
|
@ -50,7 +50,7 @@
|
||||||
| hare | ✓ | | | |
|
| hare | ✓ | | | |
|
||||||
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
||||||
| hcl | ✓ | | ✓ | `terraform-ls` |
|
| hcl | ✓ | | ✓ | `terraform-ls` |
|
||||||
| heex | ✓ | ✓ | | |
|
| heex | ✓ | ✓ | | `elixir-ls` |
|
||||||
| html | ✓ | | | `vscode-html-language-server` |
|
| html | ✓ | | | `vscode-html-language-server` |
|
||||||
| idris | | | | `idris2-lsp` |
|
| idris | | | | `idris2-lsp` |
|
||||||
| iex | ✓ | | | |
|
| iex | ✓ | | | |
|
||||||
|
|
|
@ -1355,6 +1355,8 @@ injection-regex = "heex"
|
||||||
file-types = ["heex"]
|
file-types = ["heex"]
|
||||||
roots = ["mix.exs", "mix.lock"]
|
roots = ["mix.exs", "mix.lock"]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
language-server = { command = "elixir-ls" }
|
||||||
|
config = { elixirLS.dialyzerEnabled = false }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "heex"
|
name = "heex"
|
||||||
|
|
Loading…
Reference in New Issue