From d8c65aefd0e9618701b974363977dd412b06e6dc Mon Sep 17 00:00:00 2001 From: Marius Schulz Date: Thu, 25 Oct 2018 09:10:46 +0100 Subject: [PATCH] Restricts highlighting to "yarn.lock" files Before, we used to incorrectly highlight "Gemfile.lock" files. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 923a40f..e41e6aa 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "yarnlock" ], "extensions": [ - ".lock" + "yarn.lock" ], "configuration": "./language-configuration.json" }