From e33cf5f93348da2bbba9a909da326e87aba1f381 Mon Sep 17 00:00:00 2001 From: Jeff Dutil Date: Sat, 23 Feb 2013 16:03:51 -0500 Subject: [PATCH] Add deface extension support. --- lib/linguist/languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index a38748ec..d44d65a5 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -540,7 +540,9 @@ HTML+ERB: - erb primary_extension: .erb extensions: + - .erb.deface - .html.erb + - .html.erb.deface HTML+PHP: type: markup @@ -555,6 +557,9 @@ Haml: group: HTML type: markup primary_extension: .haml + extensions: + - .haml.deface + - .html.haml.deface Handlebars: type: markup