Skip to content

Commit 6d9a7b6

Browse files
authored
Merge pull request #511 from cidlik/main
extensions: Introduce wsdl
2 parents 9f16bfa + c100631 commit 6d9a7b6

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
@@ -286,6 +286,7 @@
286286
'wkt': {'text', 'wkt'},
287287
'woff': {'binary', 'woff'},
288288
'woff2': {'binary', 'woff2'},
289+
'wsdl': {'text', 'xml', 'wsdl'},
289290
'wsgi': {'text', 'wsgi', 'python'},
290291
'xhtml': {'text', 'xml', 'html', 'xhtml'},
291292
'xacro': {'text', 'xml', 'urdf', 'xacro'},

0 commit comments

Comments
 (0)