Merging upstream version 1.4.28.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ba32101fc6
commit
69cf8354ff
2 changed files with 4 additions and 2 deletions
|
@ -45,6 +45,7 @@ EXTENSIONS = {
|
||||||
'eyaml': {'text', 'yaml'},
|
'eyaml': {'text', 'yaml'},
|
||||||
'feature': {'text', 'gherkin'},
|
'feature': {'text', 'gherkin'},
|
||||||
'fish': {'text', 'fish'},
|
'fish': {'text', 'fish'},
|
||||||
|
'gd': {'text', 'gdscript'},
|
||||||
'gemspec': {'text', 'ruby'},
|
'gemspec': {'text', 'ruby'},
|
||||||
'gif': {'binary', 'image', 'gif'},
|
'gif': {'binary', 'image', 'gif'},
|
||||||
'go': {'text', 'go'},
|
'go': {'text', 'go'},
|
||||||
|
@ -70,6 +71,7 @@ EXTENSIONS = {
|
||||||
'idr': {'text', 'idris'},
|
'idr': {'text', 'idris'},
|
||||||
'inc': {'text', 'inc'},
|
'inc': {'text', 'inc'},
|
||||||
'ini': {'text', 'ini'},
|
'ini': {'text', 'ini'},
|
||||||
|
'inx': {'text', 'xml', 'inx'},
|
||||||
'ipynb': {'text', 'jupyter'},
|
'ipynb': {'text', 'jupyter'},
|
||||||
'j2': {'text', 'jinja'},
|
'j2': {'text', 'jinja'},
|
||||||
'jade': {'text', 'jade'},
|
'jade': {'text', 'jade'},
|
||||||
|
@ -153,7 +155,7 @@ EXTENSIONS = {
|
||||||
'styl': {'text', 'stylus'},
|
'styl': {'text', 'stylus'},
|
||||||
'sql': {'text', 'sql'},
|
'sql': {'text', 'sql'},
|
||||||
'sv': {'text', 'system-verilog'},
|
'sv': {'text', 'system-verilog'},
|
||||||
'svg': {'text', 'image', 'svg'},
|
'svg': {'text', 'image', 'svg', 'xml'},
|
||||||
'svh': {'text', 'system-verilog'},
|
'svh': {'text', 'system-verilog'},
|
||||||
'swf': {'binary', 'swf'},
|
'swf': {'binary', 'swf'},
|
||||||
'swift': {'text', 'swift'},
|
'swift': {'text', 'swift'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 1.4.25
|
version = 1.4.28
|
||||||
description = File identification library for Python
|
description = File identification library for Python
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue