From 33eb1881c467a0b65f67c2c852db230333b365b6 Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Sun, 23 Oct 2022 21:42:51 +0200 Subject: [PATCH] Add specific type. --- identify/extensions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'},