From c10063193f43ab9f762a835835d7d2761e9d8d94 Mon Sep 17 00:00:00 2001 From: Roman Kuznecov Date: Sat, 22 Feb 2025 11:23:53 +0300 Subject: [PATCH] extensions: Introduce wsdl According to [1] WSDL is an XML format. [1] https://www.w3.org/TR/wsdl.html --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 8dc0e7b..e6feaf7 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -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'},