Adding upstream version 2.5.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
be4dcee9a6
commit
699d315bc0
3 changed files with 8 additions and 5 deletions
|
@ -36,6 +36,7 @@ EXTENSIONS = {
|
|||
'css': {'text', 'css'},
|
||||
'csv': {'text', 'csv'},
|
||||
'cu': {'text', 'cuda'},
|
||||
'cue': {'text', 'cue'},
|
||||
'cuh': {'text', 'cuda'},
|
||||
'cxx': {'text', 'c++'},
|
||||
'cylc': {'text', 'cylc'},
|
||||
|
@ -106,6 +107,7 @@ EXTENSIONS = {
|
|||
'jpg': {'binary', 'image', 'jpeg'},
|
||||
'js': {'text', 'javascript'},
|
||||
'json': {'text', 'json'},
|
||||
'jsonld': {'text', 'json', 'jsonld'},
|
||||
'jsonnet': {'text', 'jsonnet'},
|
||||
'json5': {'text', 'json5'},
|
||||
'jsx': {'text', 'jsx'},
|
||||
|
@ -251,6 +253,7 @@ EXTENSIONS = {
|
|||
'xsd': {'text', 'xml', 'xsd'},
|
||||
'xsl': {'text', 'xml', 'xsl'},
|
||||
'yaml': {'text', 'yaml'},
|
||||
'yamlld': {'text', 'yaml', 'yamlld'},
|
||||
'yang': {'text', 'yang'},
|
||||
'yin': {'text', 'xml', 'yin'},
|
||||
'yml': {'text', 'yaml'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue