From 498c102414ac7e6b0bac8d6b9e540a7fefd1274a Mon Sep 17 00:00:00 2001 From: DX-MON Date: Wed, 3 Sep 2014 18:14:15 +0100 Subject: [PATCH] Fixed the tests that broke, but this may have re-broken a couple of repositories - I can't yet tell --- lib/linguist/languages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 6da65797..f48d21c4 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -278,6 +278,7 @@ C: - .C - .H - .cats + - .h - .w C#: @@ -304,6 +305,7 @@ C++: - .c++ - .cc - .cxx + - .h - .h++ - .hh - .hpp