summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:09 +0000
commit2a0fe35489a43f7d3650559e19912c059e7f3ed7 (patch)
tree8855c75c8790f2c395f120fc788baa1547b629df /identify
parentReleasing debian version 2.5.24-2. (diff)
downloadidentify-2a0fe35489a43f7d3650559e19912c059e7f3ed7.tar.xz
identify-2a0fe35489a43f7d3650559e19912c059e7f3ed7.zip
Merging upstream version 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'},