From 729a174eb6b9f8c547cc4fb4c2dee1ff965a751f Mon Sep 17 00:00:00 2001 From: Nick Howard Date: Mon, 3 Nov 2014 12:11:14 -0700 Subject: [PATCH] add pants BUILD file highlighting to languages.yml the pants build tool uses python files named BUILD. This adds highlighting for them. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 858a8487..2b815deb 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1993,6 +1993,7 @@ Python: - wscript - SConstruct - SConscript + - BUILD interpreters: - python