From 7bdc8007c64cb65187937f59dd2b1e6d8ecf488b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remigiusz=20=C5=BB=C4=99tkowski?= Date: Mon, 4 Dec 2023 19:25:27 +0100 Subject: [PATCH] Recognize .xctestplan files as JSON --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 585d214..417650f 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -272,6 +272,7 @@ 'wsgi': {'text', 'wsgi', 'python'}, 'xhtml': {'text', 'xml', 'html', 'xhtml'}, 'xacro': {'text', 'xml', 'urdf', 'xacro'}, + 'xctestplan': {'text', 'json'}, 'xml': {'text', 'xml'}, 'xq': {'text', 'xquery'}, 'xql': {'text', 'xquery'},