From 9e4447ad4ccb3f7f8dbdae72d9f790bb0e540c5c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 31 Mar 2021 09:42:20 +0200 Subject: Merging upstream version 2.2.2. Signed-off-by: Daniel Baumann --- identify/extensions.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'identify') 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'}, -- cgit v1.2.3