Adding upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3cf61ccfc2
commit
822ac54107
5 changed files with 16 additions and 12 deletions
|
@ -226,6 +226,7 @@ NAMES = {
|
|||
'.bash_aliases': EXTENSIONS['bash'],
|
||||
'.bash_profile': EXTENSIONS['bash'],
|
||||
'.bashrc': EXTENSIONS['bash'],
|
||||
'.bazelrc': {'text', 'bazelrc'},
|
||||
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
|
||||
'.browserslistrc': {'text', 'browserslistrc'},
|
||||
'.clang-format': EXTENSIONS['yaml'],
|
||||
|
@ -261,6 +262,7 @@ NAMES = {
|
|||
'COPYING': EXTENSIONS['txt'],
|
||||
'Dockerfile': {'text', 'dockerfile'},
|
||||
'Gemfile': EXTENSIONS['rb'],
|
||||
'Gemfile.lock': {'text'},
|
||||
'Jenkinsfile': {'text', 'groovy'},
|
||||
'LICENSE': EXTENSIONS['txt'],
|
||||
'MAINTAINERS': EXTENSIONS['txt'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue