Skip to content

Commit

Permalink
feat: identify .psm1 and .psd1 files as powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKafka committed Jan 2, 2025
1 parent 5adfe09 commit 3fa1e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@
'properties': {'text', 'java-properties'},
'proto': {'text', 'proto'},
'ps1': {'text', 'powershell'},
'psd1': {'text', 'powershell'},
'psm1': {'text', 'powershell'},
'pug': {'text', 'pug'},
'puml': {'text', 'plantuml'},
'purs': {'text', 'purescript'},
Expand Down

0 comments on commit 3fa1e74

Please sign in to comment.