1
0
Fork 0

Merging upstream version 2.5.36.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:38:51 +01:00
parent e5cab2e034
commit 05a56ab863
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 7 additions and 5 deletions

View file

@ -341,6 +341,8 @@ NAMES = {
'.zshenv': EXTENSIONS['zsh'],
'AUTHORS': EXTENSIONS['txt'],
'BUILD': EXTENSIONS['bzl'],
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},
'CMakeLists.txt': EXTENSIONS['cmake'],
'CHANGELOG': EXTENSIONS['txt'],
'config.ru': EXTENSIONS['rb'],