Skip to content

Commit

Permalink
extensions: Introduce wsdl
Browse files Browse the repository at this point in the history
According to [1] WSDL is an XML format.

[1] https://www.w3.org/TR/wsdl.html
  • Loading branch information
cidlik committed Feb 22, 2025
1 parent 3b17031 commit c100631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
'wkt': {'text', 'wkt'},
'woff': {'binary', 'woff'},
'woff2': {'binary', 'woff2'},
'wsdl': {'text', 'xml', 'wsdl'},
'wsgi': {'text', 'wsgi', 'python'},
'xhtml': {'text', 'xml', 'html', 'xhtml'},
'xacro': {'text', 'xml', 'urdf', 'xacro'},
Expand Down

0 comments on commit c100631

Please # to comment.