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)"
|
injection-regex = "(elixir|ex)"
|
||||||
file-types = ["ex", "exs", "mix.lock"]
|
file-types = ["ex", "exs", "mix.lock"]
|
||||||
shebangs = ["elixir"]
|
shebangs = ["elixir"]
|
||||||
roots = []
|
roots = ["mix.exs", "mix.lock"]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-server = { command = "elixir-ls" }
|
language-server = { command = "elixir-ls" }
|
||||||
config = { elixirLS.dialyzerEnabled = false }
|
config = { elixirLS.dialyzerEnabled = false }
|
||||||
|
|
Loading…
Reference in a new issue