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'},