mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-07 20:08:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user