Add mix.exs and mix.lock as Elixir root markers (#3917)
This commit is contained in:
parent
888f4fef6f
commit
3a245fe792
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue