1
0
Fork 0

Adding upstream version 2.2.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:46:23 +01:00
parent 822ac54107
commit 712e1eb9ab
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 8 additions and 3 deletions

View file

@ -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'},