Skip to content

Commit

Permalink
fix: recognize mix.lock as an Elixir file
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 3, 2023
1 parent 1fdaf48 commit b41b838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
".ex",
".exs"
],
"filenames": [
"mix.lock"
],
"configuration": "./elixir-language-configuration.json"
}
],
Expand Down

0 comments on commit b41b838

Please sign in to comment.