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
This commit is contained in:
Jaykul
2013-10-14 13:20:16 -04:00
parent 921ceaa221
commit 5b8ad31d75

View File

@@ -1051,8 +1051,8 @@ PowerShell:
- posh - posh
primary_extension: .ps1 primary_extension: .ps1
extensions: extensions:
- .psm1
- .psd1 - .psd1
- .psm1
Processing: Processing:
type: programming type: programming
@@ -1437,6 +1437,7 @@ XML:
- .mxml - .mxml
- .plist - .plist
- .pt - .pt
- .psc1
- .ps1xml - .ps1xml
- .rdf - .rdf
- .rss - .rss