Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,15 @@
'wav': {'binary', 'audio', 'wav'},
'webp': {'binary', 'image', 'webp'},
'whl': {'binary', 'wheel', 'zip'},
'wixproj': {'text', 'xml', 'wix'},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like these shouldn't all have the same tag since semantically the extensions mean different things?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had just done them all with the same since they were related & to group them. I don't really have much preference though so I can change them to be individual if that matches the convention other files use better

'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'},
Expand Down
Loading