Adding upstream version 1.5.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6680c388d6
commit
9c6ca6ec33
10 changed files with 38 additions and 78 deletions
|
@ -27,6 +27,7 @@ EXTENSIONS = {
|
|||
'cpp': {'text', 'c++'},
|
||||
'crt': {'text', 'pem'},
|
||||
'cs': {'text', 'c#'},
|
||||
'csproj': {'text', 'xml', 'csproj'},
|
||||
'csh': {'text', 'shell', 'csh'},
|
||||
'cson': {'text', 'cson'},
|
||||
'css': {'text', 'css'},
|
||||
|
@ -151,6 +152,7 @@ EXTENSIONS = {
|
|||
'scm': {'text', 'scheme'},
|
||||
'scss': {'text', 'scss'},
|
||||
'sh': {'text', 'shell'},
|
||||
'sln': {'text', 'sln'},
|
||||
'sls': {'text', 'salt'},
|
||||
'so': {'binary'},
|
||||
'sol': {'text', 'solidity'},
|
||||
|
@ -186,6 +188,7 @@ EXTENSIONS = {
|
|||
'vue': {'text', 'vue'},
|
||||
'war': {'binary', 'zip', 'jar'},
|
||||
'wav': {'binary', 'audio', 'wav'},
|
||||
'webp': {'binary', 'image', 'webp'},
|
||||
'whl': {'binary', 'wheel', 'zip'},
|
||||
'wkt': {'text', 'wkt'},
|
||||
'woff': {'binary', 'woff'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue