1
0
Fork 0

Adding upstream version 2.5.26.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:32:39 +01:00
parent 237e8e6af4
commit b37069d79e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 22 additions and 21 deletions

View file

@ -54,7 +54,9 @@ EXTENSIONS = {
'eps': {'binary', 'eps'},
'erb': {'text', 'erb'},
'erl': {'text', 'erlang'},
'ex': {'text', 'elixir'},
'exe': {'binary'},
'exs': {'text', 'elixir'},
'eyaml': {'text', 'yaml'},
'f03': {'text', 'fortran'},
'f08': {'text', 'fortran'},
@ -97,7 +99,7 @@ EXTENSIONS = {
'inl': {'text', 'inl', 'c++'},
'ino': {'text', 'ino', 'c++'},
'inx': {'text', 'xml', 'inx'},
'ipynb': {'text', 'jupyter'},
'ipynb': {'text', 'jupyter', 'json'},
'j2': {'text', 'jinja'},
'jade': {'text', 'jade'},
'jar': {'binary', 'zip', 'jar'},