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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user