mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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
This commit is contained in:
committed by
Garen Torikian
parent
10dfe9f296
commit
a0b38e8207
@@ -4689,8 +4689,8 @@ UrWeb:
|
|||||||
ace_mode: text
|
ace_mode: text
|
||||||
language_id: 383
|
language_id: 383
|
||||||
VCL:
|
VCL:
|
||||||
group: Perl
|
|
||||||
type: programming
|
type: programming
|
||||||
|
color: "#0298c3"
|
||||||
extensions:
|
extensions:
|
||||||
- ".vcl"
|
- ".vcl"
|
||||||
tm_scope: source.varnish.vcl
|
tm_scope: source.varnish.vcl
|
||||||
|
|||||||
Reference in New Issue
Block a user