Adding upstream version 2.5.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8bbea39e8d
commit
303d861dc3
3 changed files with 8 additions and 6 deletions
|
@ -127,6 +127,7 @@ EXTENSIONS = {
|
|||
'lr': {'text', 'lektor'},
|
||||
'lua': {'text', 'lua'},
|
||||
'm': {'text', 'objective-c'},
|
||||
'make': {'text', 'makefile'},
|
||||
'manifest': {'text', 'manifest'},
|
||||
'map': {'text', 'map'},
|
||||
'markdown': {'text', 'markdown'},
|
||||
|
@ -267,6 +268,7 @@ EXTENSIONS = {
|
|||
}
|
||||
EXTENSIONS_NEED_BINARY_CHECK = {
|
||||
'plist': {'plist'},
|
||||
'ppm': {'image', 'ppm'},
|
||||
}
|
||||
|
||||
NAMES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue