summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-11 05:56:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-11 05:56:58 +0000
commit78c5ba1b0e5b3753af48e6d2f36ba04df164b643 (patch)
treefaefdfd5a095187c9957f225e3a9dcf7c80cdce4 /identify
parentReleasing debian version 2.4.10-1. (diff)
downloadidentify-78c5ba1b0e5b3753af48e6d2f36ba04df164b643.tar.xz
identify-78c5ba1b0e5b3753af48e6d2f36ba04df164b643.zip
Merging upstream version 2.4.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 3cd1ab2..9016e6d 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -163,6 +163,7 @@ EXTENSIONS = {
'pyx': {'text', 'cython'},
'pyz': {'binary', 'pyz'},
'pyzw': {'binary', 'pyz'},
+ 'qml': {'text', 'qml'},
'r': {'text', 'r'},
'rake': {'text', 'ruby'},
'rb': {'text', 'ruby'},