From a0b38e82079b665ebf8959a898eba60310128c78 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Thu, 12 Oct 2017 15:42:31 -0400 Subject: [PATCH] Don't count VCL as Perl for statistics. (#3857) * Don't count VCL as Perl for statistics. While the Varnish-specific language was apparently inspired by C and Perl, there's no reason to group it as Perl for repo statistics. * Re-adding color for VCL. Which was accidentally removed as part of https://github.com/github/linguist/pull/2298/files#diff-3552b1a64ad2071983c4d91349075c75L3223 --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e48fd393..19b60565 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -4689,8 +4689,8 @@ UrWeb: ace_mode: text language_id: 383 VCL: - group: Perl type: programming + color: "#0298c3" extensions: - ".vcl" tm_scope: source.varnish.vcl