From a8cce72fd03e9e1d62c7b749b33903361ee42f54 Mon Sep 17 00:00:00 2001 From: Taylor Buchanan Date: Wed, 21 May 2025 08:23:51 -0500 Subject: [PATCH] Identify XSLT files https://www.w3.org/TR/xslt20/#xslt-mime-definition --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 51f62b8..887e0ae 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -301,6 +301,7 @@ 'xqy': {'text', 'xquery'}, 'xsd': {'text', 'xml', 'xsd'}, 'xsl': {'text', 'xml', 'xsl'}, + 'xslt': {'text', 'xml', 'xsl'}, 'yaml': {'text', 'yaml'}, 'yamlld': {'text', 'yaml', 'yamlld'}, 'yang': {'text', 'yang'},