Skip to content

Commit

Permalink
Add mix.exs and mix.lock as Elixir root markers (helix-editor#3917)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbino authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 4e93951 commit c4a088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ scope = "source.elixir"
injection-regex = "(elixir|ex)"
file-types = ["ex", "exs", "mix.lock"]
shebangs = ["elixir"]
roots = []
roots = ["mix.exs", "mix.lock"]
comment-token = "#"
language-server = { command = "elixir-ls" }
config = { elixirLS.dialyzerEnabled = false }
Expand Down

0 comments on commit c4a088b

Please sign in to comment.