Adding upstream version 2.4.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ef2f46d535
commit
aaad79d32f
14 changed files with 37 additions and 24 deletions
|
@ -1,3 +1,4 @@
|
|||
from __future__ import annotations
|
||||
EXTENSIONS = {
|
||||
'adoc': {'text', 'asciidoc'},
|
||||
'ai': {'binary', 'adobe-illustrator'},
|
||||
|
@ -79,6 +80,7 @@ EXTENSIONS = {
|
|||
'idr': {'text', 'idris'},
|
||||
'inc': {'text', 'inc'},
|
||||
'ini': {'text', 'ini'},
|
||||
'inl': {'text', 'inl', 'c++'},
|
||||
'ino': {'text', 'ino', 'c++'},
|
||||
'inx': {'text', 'xml', 'inx'},
|
||||
'ipynb': {'text', 'jupyter'},
|
||||
|
@ -177,6 +179,7 @@ EXTENSIONS = {
|
|||
'spec': {'text', 'spec'},
|
||||
'sql': {'text', 'sql'},
|
||||
'ss': {'text', 'scheme'},
|
||||
'sty': {'text', 'tex'},
|
||||
'styl': {'text', 'stylus'},
|
||||
'sv': {'text', 'system-verilog'},
|
||||
'svelte': {'text', 'svelte'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue