From 06c03a2afea958062d85c86fe634deccbf243aa6 Mon Sep 17 00:00:00 2001 From: "David V. Lu" Date: Tue, 24 Oct 2023 16:49:33 -0400 Subject: [PATCH] Add xacro extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 19db7d3..544af49 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -269,6 +269,7 @@ 'woff2': {'binary', 'woff2'}, 'wsgi': {'text', 'wsgi', 'python'}, 'xhtml': {'text', 'xml', 'html', 'xhtml'}, + 'xacro': {'text', 'xml', 'urdf', 'xacro'}, 'xml': {'text', 'xml'}, 'xq': {'text', 'xquery'}, 'xql': {'text', 'xquery'},