1
0
Fork 0

Merging upstream version 2.6.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:46:49 +01:00
parent 32c0108f6f
commit 821849723d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 5 additions and 3 deletions

View file

@ -250,6 +250,7 @@ EXTENSIONS = {
'swiftdeps': {'text', 'swiftdeps'},
'tac': {'text', 'twisted', 'python'},
'tar': {'binary', 'tar'},
'templ': {'text', 'templ'},
'tex': {'text', 'tex'},
'textproto': {'text', 'textproto'},
'tf': {'text', 'terraform'},

View file

@ -21,5 +21,6 @@ INTERPRETERS = {
'ruby': {'ruby'},
'sh': {'shell', 'sh'},
'tcsh': {'shell', 'tcsh'},
'uv': {'python'},
'zsh': {'shell', 'zsh'},
}