Skip to content

Commit 8f02442

Browse files
authored
Merge pull request #577 from andykernahan/add-slnx
Add support for 'slnx' file extension
2 parents a10759d + 749d185 commit 8f02442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
'scss': {'text', 'scss'},
249249
'sh': {'text', 'shell'},
250250
'sln': {'text', 'sln'},
251+
'slnx': {'text', 'xml', 'slnx', 'msbuild'},
251252
'sls': {'text', 'salt'},
252253
'so': {'binary'},
253254
'sol': {'text', 'solidity'},

0 commit comments

Comments
 (0)