Skip to content

Commit b41b838

Browse files
committed
fix: recognize mix.lock as an Elixir file
1 parent 1fdaf48 commit b41b838

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@
138138
".ex",
139139
".exs"
140140
],
141+
"filenames": [
142+
"mix.lock"
143+
],
141144
"configuration": "./elixir-language-configuration.json"
142145
}
143146
],

0 commit comments

Comments
 (0)