mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Added support for Powershell files (.ps1 and .psm1) using a 'Text only' lexer
This commit is contained in:
@@ -761,6 +761,15 @@ Perl:
|
||||
- .psgi
|
||||
- .t
|
||||
|
||||
Powershell:
|
||||
type: programming
|
||||
lexer: Text only
|
||||
aliases:
|
||||
- posh
|
||||
extensions:
|
||||
- .ps1
|
||||
- .psm1
|
||||
|
||||
Prolog:
|
||||
type: programming
|
||||
extensions:
|
||||
|
||||
Reference in New Issue
Block a user