diff --git a/identify/extensions.py b/identify/extensions.py index c5d680a..03e9b32 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -1,4 +1,5 @@ from __future__ import annotations + EXTENSIONS = { 'adoc': {'text', 'asciidoc'}, 'ai': {'binary', 'adobe-illustrator'}, @@ -134,6 +135,7 @@ 'jpg': {'binary', 'image', 'jpeg'}, 'js': {'text', 'javascript'}, 'json': {'text', 'json'}, + 'jsonc': {'text', 'jsonc'}, 'jsonld': {'text', 'json', 'jsonld'}, 'jsonnet': {'text', 'jsonnet'}, 'json5': {'text', 'json5'},