summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-19 08:09:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-19 08:09:26 +0000
commit281b734ba9ca1e8f65855aee46a7d93edd63bae6 (patch)
tree987755dcb213d15eda79136d31b9a61f7dfc948e /identify
parentReleasing debian version 2.4.9-1. (diff)
downloadidentify-281b734ba9ca1e8f65855aee46a7d93edd63bae6.tar.xz
identify-281b734ba9ca1e8f65855aee46a7d93edd63bae6.zip
Merging upstream version 2.4.10.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index b0979ba..3cd1ab2 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -99,6 +99,7 @@ EXTENSIONS = {
'js': {'text', 'javascript'},
'json': {'text', 'json'},
'jsonnet': {'text', 'jsonnet'},
+ 'json5': {'text', 'json5'},
'jsx': {'text', 'jsx'},
'key': {'text', 'pem'},
'kml': {'text', 'kml', 'xml'},