From 5b8ad31d75307cd9ce6d98f2de500c652b0096c9 Mon Sep 17 00:00:00 2001 From: Jaykul Date: Mon, 14 Oct 2013 13:20:16 -0400 Subject: [PATCH] Add psc1, fix order in PowerShell I had omitted .psc1 because I wasn't confident it was xml And I have now sorted psd1/psm1 correctly --- lib/linguist/languages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 350cc0d2..b2f51324 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1051,8 +1051,8 @@ PowerShell: - posh primary_extension: .ps1 extensions: - - .psm1 - .psd1 + - .psm1 Processing: type: programming @@ -1437,6 +1437,7 @@ XML: - .mxml - .plist - .pt + - .psc1 - .ps1xml - .rdf - .rss