Skip to content

Commit

Permalink
Restricts highlighting to "yarn.lock" files
Browse files Browse the repository at this point in the history
Before, we used to incorrectly highlight "Gemfile.lock" files.
  • Loading branch information
mariusschulz committed Oct 25, 2018
1 parent a2762fd commit d8c65ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"yarnlock"
],
"extensions": [
".lock"
"yarn.lock"
],
"configuration": "./language-configuration.json"
}
Expand Down

0 comments on commit d8c65ae

Please sign in to comment.