Merging upstream version 2.5.33.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
debb2d98f8
commit
542e2de114
4 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,7 @@ EXTENSIONS = {
|
|||
'apinotes': {'text', 'apinotes'},
|
||||
'asar': {'binary', 'asar'},
|
||||
'avif': {'binary', 'image', 'avif'},
|
||||
'avsc': {'text', 'avro-schema'},
|
||||
'bash': {'text', 'shell', 'bash'},
|
||||
'bat': {'text', 'batch'},
|
||||
'bats': {'text', 'shell', 'bash', 'bats'},
|
||||
|
@ -196,6 +197,7 @@ EXTENSIONS = {
|
|||
'py': {'text', 'python'},
|
||||
'pyi': {'text', 'pyi'},
|
||||
'pyproj': {'text', 'xml', 'pyproj'},
|
||||
'pyt': {'text', 'python'},
|
||||
'pyx': {'text', 'cython'},
|
||||
'pyz': {'binary', 'pyz'},
|
||||
'pyzw': {'binary', 'pyz'},
|
||||
|
@ -328,6 +330,7 @@ NAMES = {
|
|||
'.prettierignore': {'text', 'gitignore', 'prettierignore'},
|
||||
'.pypirc': EXTENSIONS['ini'] | {'pypirc'},
|
||||
'.rstcheck.cfg': EXTENSIONS['ini'],
|
||||
'.salt-lint': EXTENSIONS['yaml'] | {'salt-lint'},
|
||||
'.yamllint': EXTENSIONS['yaml'] | {'yamllint'},
|
||||
'.zlogin': EXTENSIONS['zsh'],
|
||||
'.zlogout': EXTENSIONS['zsh'],
|
||||
|
@ -371,6 +374,7 @@ NAMES = {
|
|||
'setup.cfg': EXTENSIONS['ini'],
|
||||
'sys.config': EXTENSIONS['erl'],
|
||||
'sys.config.src': EXTENSIONS['erl'],
|
||||
'Vagrantfile': EXTENSIONS['rb'],
|
||||
'WORKSPACE': EXTENSIONS['bzl'],
|
||||
'wscript': EXTENSIONS['py'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue