Skip to content

Commit ef9087d

Browse files
authored
Add support for wix files
Adds commonly used wix file extensions. Wix is a toolset for creating msi installers https://github.com/wixtoolset/wix
1 parent 07a8017 commit ef9087d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

identify/extensions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,15 @@
300300
'wav': {'binary', 'audio', 'wav'},
301301
'webp': {'binary', 'image', 'webp'},
302302
'whl': {'binary', 'wheel', 'zip'},
303+
'wixproj': {'text', 'xml', 'wix'},
303304
'wkt': {'text', 'wkt'},
304305
'woff': {'binary', 'woff'},
305306
'woff2': {'binary', 'woff2'},
306307
'wsdl': {'text', 'xml', 'wsdl'},
307308
'wsgi': {'text', 'wsgi', 'python'},
309+
'wxi': {'text', 'xml', 'wix'},
310+
'wxl': {'text', 'xml', 'wix'},
311+
'wxs': {'text', 'xml', 'wix'},
308312
'xhtml': {'text', 'xml', 'html', 'xhtml'},
309313
'xacro': {'text', 'xml', 'urdf', 'xacro'},
310314
'xcconfig': {'text', 'xcconfig', 'xcodebuild'},

0 commit comments

Comments
 (0)