Skip to content

Commit

Permalink
Enable elixir-ls for heex language (helix-editor#4679)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani authored and Frederik Vestre committed Feb 6, 2023
1 parent 224e68d commit c326077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 || | | |
Expand Down
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c326077

Please sign in to comment.