From 02ced247510eb32aed07f467601b97567265aff3 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Tue, 10 Mar 2015 22:19:22 -0700 Subject: [PATCH] languages.yml: don't assume .conf is Apache The assumption that `.conf` files are Apache is causing many projects to be detected incorrectly as being primarily "ApacheConf". The `.conf` extension is widely used by software; Apache accounts for only a very tiny proportion of its overall use. The addition of `.conf` for ApacheConf has resulted in projects which contain none (or almost no) Apache config being marked as primarily containing it. The problem was introduced by 18a3ef9e5e80889d3daf88dab9338a65c97a7310 --- lib/linguist/languages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 62dfe0f3..b4527e11 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -148,7 +148,6 @@ ApacheConf: - apache extensions: - .apacheconf - - .conf tm_scope: source.apache-config ace_mode: apache_conf