Skip to content

Commit c100631

Browse files
committed
extensions: Introduce wsdl
According to [1] WSDL is an XML format. [1] https://www.w3.org/TR/wsdl.html
1 parent 3b17031 commit c100631

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

0 commit comments

Comments
 (0)