diff --git a/identify/extensions.py b/identify/extensions.py index 2e0dd24..2cab823 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -106,7 +106,7 @@ 'jpg': {'binary', 'image', 'jpeg'}, 'js': {'text', 'javascript'}, 'json': {'text', 'json'}, - 'jsonld': {'text', 'json'}, + 'jsonld': {'text', 'json', 'jsonld'}, 'jsonnet': {'text', 'jsonnet'}, 'json5': {'text', 'json5'}, 'jsx': {'text', 'jsx'}, @@ -252,7 +252,7 @@ 'xsd': {'text', 'xml', 'xsd'}, 'xsl': {'text', 'xml', 'xsl'}, 'yaml': {'text', 'yaml'}, - 'yamlld': {'text', 'yaml'}, + 'yamlld': {'text', 'yaml', 'yamlld'}, 'yang': {'text', 'yang'}, 'yin': {'text', 'xml', 'yin'}, 'yml': {'text', 'yaml'},