Adding upstream version 2.2.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
822ac54107
commit
712e1eb9ab
3 changed files with 8 additions and 3 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue