Skip to content

Commit 46776d4

Browse files
authored
Update extensions.py
1 parent ef9087d commit 46776d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

identify/extensions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@
300300
'wav': {'binary', 'audio', 'wav'},
301301
'webp': {'binary', 'image', 'webp'},
302302
'whl': {'binary', 'wheel', 'zip'},
303-
'wixproj': {'text', 'xml', 'wix'},
303+
'wixproj': {'text', 'xml', 'wixproj'},
304304
'wkt': {'text', 'wkt'},
305305
'woff': {'binary', 'woff'},
306306
'woff2': {'binary', 'woff2'},
307307
'wsdl': {'text', 'xml', 'wsdl'},
308308
'wsgi': {'text', 'wsgi', 'python'},
309-
'wxi': {'text', 'xml', 'wix'},
310-
'wxl': {'text', 'xml', 'wix'},
311-
'wxs': {'text', 'xml', 'wix'},
309+
'wxi': {'text', 'xml', 'wxi'},
310+
'wxl': {'text', 'xml', 'wxl'},
311+
'wxs': {'text', 'xml', 'wxs'},
312312
'xhtml': {'text', 'xml', 'html', 'xhtml'},
313313
'xacro': {'text', 'xml', 'urdf', 'xacro'},
314314
'xcconfig': {'text', 'xcconfig', 'xcodebuild'},

0 commit comments

Comments
 (0)