From 2fddaaf3d7c5cea53a930713f855db1906698dae Mon Sep 17 00:00:00 2001 From: Redth Date: Sat, 31 Oct 2015 12:45:54 -0400 Subject: [PATCH] Reordered extensions so the primary .cs is first --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index bbf9f0c8..6e08e827 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -392,8 +392,8 @@ C#: aliases: - csharp extensions: - - .cake - .cs + - .cake - .cshtml - .csx