diff --git a/identify/extensions.py b/identify/extensions.py index fbcee7c..0a10f9b 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -300,11 +300,15 @@ 'wav': {'binary', 'audio', 'wav'}, 'webp': {'binary', 'image', 'webp'}, 'whl': {'binary', 'wheel', 'zip'}, + 'wixproj': {'text', 'xml', 'wix'}, 'wkt': {'text', 'wkt'}, 'woff': {'binary', 'woff'}, 'woff2': {'binary', 'woff2'}, 'wsdl': {'text', 'xml', 'wsdl'}, 'wsgi': {'text', 'wsgi', 'python'}, + 'wxi': {'text', 'xml', 'wix'}, + 'wxl': {'text', 'xml', 'wix'}, + 'wxs': {'text', 'xml', 'wix'}, 'xhtml': {'text', 'xml', 'html', 'xhtml'}, 'xacro': {'text', 'xml', 'urdf', 'xacro'}, 'xcconfig': {'text', 'xcconfig', 'xcodebuild'},