Adding upstream version 2.4.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
04f52dcd68
commit
ef2f46d535
4 changed files with 8 additions and 5 deletions
|
@ -25,6 +25,7 @@ EXTENSIONS = {
|
|||
'coffee': {'text', 'coffee'},
|
||||
'conf': {'text'},
|
||||
'cpp': {'text', 'c++'},
|
||||
'cr': {'text', 'crystal'},
|
||||
'crt': {'text', 'pem'},
|
||||
'cs': {'text', 'c#'},
|
||||
'csproj': {'text', 'xml', 'csproj'},
|
||||
|
@ -78,6 +79,7 @@ EXTENSIONS = {
|
|||
'idr': {'text', 'idris'},
|
||||
'inc': {'text', 'inc'},
|
||||
'ini': {'text', 'ini'},
|
||||
'ino': {'text', 'ino', 'c++'},
|
||||
'inx': {'text', 'xml', 'inx'},
|
||||
'ipynb': {'text', 'jupyter'},
|
||||
'j2': {'text', 'jinja'},
|
||||
|
@ -113,6 +115,7 @@ EXTENSIONS = {
|
|||
'md': {'text', 'markdown'},
|
||||
'mdx': {'text', 'mdx'},
|
||||
'mib': {'text', 'mib'},
|
||||
'mjs': {'text', 'javascript'},
|
||||
'mk': {'text', 'makefile'},
|
||||
'ml': {'text', 'ocaml'},
|
||||
'mli': {'text', 'ocaml'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue