summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:05 +0000
commit76647fd82c68089a25e53902fccfea905329a794 (patch)
tree46484b2e30c4c91bf51e86de2c61c47859beb3e3 /identify
parentAdding upstream version 2.5.24. (diff)
downloadidentify-upstream/2.5.26.tar.xz
identify-upstream/2.5.26.zip
Adding upstream version 2.5.26.upstream/2.5.26
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index f285181..a9e0d6a 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -54,7 +54,9 @@ EXTENSIONS = {
'eps': {'binary', 'eps'},
'erb': {'text', 'erb'},
'erl': {'text', 'erlang'},
+ 'ex': {'text', 'elixir'},
'exe': {'binary'},
+ 'exs': {'text', 'elixir'},
'eyaml': {'text', 'yaml'},
'f03': {'text', 'fortran'},
'f08': {'text', 'fortran'},
@@ -97,7 +99,7 @@ EXTENSIONS = {
'inl': {'text', 'inl', 'c++'},
'ino': {'text', 'ino', 'c++'},
'inx': {'text', 'xml', 'inx'},
- 'ipynb': {'text', 'jupyter'},
+ 'ipynb': {'text', 'jupyter', 'json'},
'j2': {'text', 'jinja'},
'jade': {'text', 'jade'},
'jar': {'binary', 'zip', 'jar'},