Adding upstream version 2.5.26.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
237e8e6af4
commit
b37069d79e
5 changed files with 22 additions and 21 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue