From 7e63399196d88ed763c6d082a93ef9830e28e5e8 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Tue, 4 Oct 2016 17:23:45 +1100 Subject: [PATCH] Delete colour property for ASN.1 language This is classified on GitHub as "data", so the colour it's assigned only wastes valuable "real estate" when checking colour proximity. References: github/linguist#3113 --- lib/linguist/languages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 269525ce..f9c7c628 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -103,7 +103,6 @@ APL: language_id: 6 ASN.1: type: data - color: "#aeead0" extensions: - ".asn" - ".asn1"