Merging upstream version 2.5.27.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0f70833b8e
commit
55c0912297
4 changed files with 8 additions and 6 deletions
|
@ -10,6 +10,7 @@ EXTENSIONS = {
|
|||
'bash': {'text', 'shell', 'bash'},
|
||||
'bat': {'text', 'batch'},
|
||||
'bats': {'text', 'shell', 'bash', 'bats'},
|
||||
'bazel': {'text', 'bazel'},
|
||||
'beancount': {'text', 'beancount'},
|
||||
'bib': {'text', 'bib'},
|
||||
'bmp': {'binary', 'image', 'bitmap'},
|
||||
|
@ -326,10 +327,10 @@ NAMES = {
|
|||
'.zshenv': EXTENSIONS['zsh'],
|
||||
'AUTHORS': EXTENSIONS['txt'],
|
||||
'BUILD': EXTENSIONS['bzl'],
|
||||
'BUILD.bazel': EXTENSIONS['bzl'],
|
||||
'CMakeLists.txt': EXTENSIONS['cmake'],
|
||||
'CHANGELOG': EXTENSIONS['txt'],
|
||||
'config.ru': EXTENSIONS['rb'],
|
||||
'Containerfile': {'text', 'dockerfile'},
|
||||
'CONTRIBUTING': EXTENSIONS['txt'],
|
||||
'COPYING': EXTENSIONS['txt'],
|
||||
'Dockerfile': {'text', 'dockerfile'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue