mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add mix.exs and mix.lock as Elixir root markers (#3917)
This commit is contained in:
parent
888f4fef6f
commit
3a245fe792
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user