1
0
Fork 0

Merging upstream version 2.5.23.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:30:24 +01:00
parent aa50ec99fd
commit 0edf73829d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 7 additions and 3 deletions

View file

@ -12,6 +12,9 @@ INTERPRETERS = {
'node': {'javascript'},
'nodejs': {'javascript'},
'perl': {'perl'},
'php': {'php'},
'php7': {'php', 'php7'},
'php8': {'php', 'php8'},
'python': {'python'},
'python2': {'python', 'python2'},
'python3': {'python', 'python3'},