From b81945a83b963dc62eee8c559515ca9946b41d6c Mon Sep 17 00:00:00 2001 From: Dennis Ushakov Date: Thu, 22 Aug 2019 14:11:50 +0300 Subject: [PATCH] fix extra comma GitOrigin-RevId: 93953f0e430d4c35d03b7c9559bfd8d9059e9f08 --- .../bundles/git/languages/ignore.language-configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json b/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json index b75f42e22a8f..cdf4fcf88f68 100644 --- a/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json +++ b/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json @@ -1,5 +1,5 @@ { "comments": { - "lineComment": "#", + "lineComment": "#" } }