summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-31 07:42:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:23:03 +0000
commit9e4447ad4ccb3f7f8dbdae72d9f790bb0e540c5c (patch)
treede40f95eaf01a7d77d55f89428e9cbb9420cd224 /identify
parentReleasing debian version 2.2.0-1. (diff)
downloadidentify-9e4447ad4ccb3f7f8dbdae72d9f790bb0e540c5c.tar.xz
identify-9e4447ad4ccb3f7f8dbdae72d9f790bb0e540c5c.zip
Merging upstream version 2.2.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index d5a1627..0fc0d8f 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -32,6 +32,7 @@ EXTENSIONS = {
'cxx': {'text', 'c++'},
'dart': {'text', 'dart'},
'def': {'text', 'def'},
+ 'dll': {'binary'},
'dtd': {'text', 'dtd'},
'ear': {'binary', 'zip', 'jar'},
'edn': {'text', 'clojure', 'edn'},
@@ -252,7 +253,11 @@ NAMES = {
'.pypirc': EXTENSIONS['ini'] | {'pypirc'},
'.rstcheck.cfg': EXTENSIONS['ini'],
'.yamllint': EXTENSIONS['yaml'] | {'yamllint'},
+ '.zlogin': EXTENSIONS['zsh'],
+ '.zlogout': EXTENSIONS['zsh'],
+ '.zprofile': EXTENSIONS['zsh'],
'.zshrc': EXTENSIONS['zsh'],
+ '.zshenv': EXTENSIONS['zsh'],
'AUTHORS': EXTENSIONS['txt'],
'BUILD': {'text', 'bazel'},
'BUILD.bazel': {'text', 'bazel'},