Skip to content

Commit

Permalink
Merge pull request #498 from MatejKafka/main
Browse files Browse the repository at this point in the history
feat: identify .psm1 and .psd1 files as powershell
  • Loading branch information
asottile authored Jan 4, 2025
2 parents 5adfe09 + 3fa1e74 commit 2bb89b8
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 2bb89b8

Please sign in to comment.