summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'identify/extensions.py')
-rw-r--r--identify/extensions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index d03676e..87c91e7 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -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'},