summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:54:14 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:54:14 +0000
commit5d5b1199f2111ddcb4263df32095e4f3aeee50e6 (patch)
treed63186907368480fa8c40eb47572c6687664a220 /identify
parentReleasing debian version 2.5.30-1. (diff)
downloadidentify-5d5b1199f2111ddcb4263df32095e4f3aeee50e6.tar.xz
identify-5d5b1199f2111ddcb4263df32095e4f3aeee50e6.zip
Merging upstream version 2.5.31.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py1
1 files changed, 1 insertions, 0 deletions
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 @@ EXTENSIONS = {
'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'},