From 967b13d7414b95e7f0a603d4b989409946db752f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20PEREGI?= Date: Tue, 10 Feb 2026 18:03:33 +0100 Subject: [PATCH] Add support for *.xaml --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 3a50915..30f1a01 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -302,6 +302,7 @@ 'xctestplan': {'text', 'json'}, 'xlf': {'text', 'xml', 'xliff'}, 'xliff': {'text', 'xml', 'xliff'}, + 'xaml': {'text', 'xml', 'xaml'}, 'xml': {'text', 'xml'}, 'xq': {'text', 'xquery'}, 'xql': {'text', 'xquery'},