1
0
Fork 0

Adding upstream version 2.5.8.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 22:04:14 +01:00
parent be4dcee9a6
commit 699d315bc0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 8 additions and 5 deletions

View file

@ -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'},