Skip to content

Commit 3fa1e74

Browse files
committed
feat: identify .psm1 and .psd1 files as powershell
1 parent 5adfe09 commit 3fa1e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
'properties': {'text', 'java-properties'},
202202
'proto': {'text', 'proto'},
203203
'ps1': {'text', 'powershell'},
204+
'psd1': {'text', 'powershell'},
205+
'psm1': {'text', 'powershell'},
204206
'pug': {'text', 'pug'},
205207
'puml': {'text', 'plantuml'},
206208
'purs': {'text', 'purescript'},

0 commit comments

Comments
 (0)