summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:38:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:38:55 +0000
commit02662d8064822ac96da8161fba38272359b93fa6 (patch)
treed511e6d3988cff0375dc9443b7af7172da745850 /identify
parentReleasing debian version 2.4.1-1. (diff)
downloadidentify-02662d8064822ac96da8161fba38272359b93fa6.tar.xz
identify-02662d8064822ac96da8161fba38272359b93fa6.zip
Merging upstream version 2.4.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 8267bad..508eb9a 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -25,6 +25,7 @@ EXTENSIONS = {
'coffee': {'text', 'coffee'},
'conf': {'text'},
'cpp': {'text', 'c++'},
+ 'cr': {'text', 'crystal'},
'crt': {'text', 'pem'},
'cs': {'text', 'c#'},
'csproj': {'text', 'xml', 'csproj'},
@@ -78,6 +79,7 @@ EXTENSIONS = {
'idr': {'text', 'idris'},
'inc': {'text', 'inc'},
'ini': {'text', 'ini'},
+ 'ino': {'text', 'ino', 'c++'},
'inx': {'text', 'xml', 'inx'},
'ipynb': {'text', 'jupyter'},
'j2': {'text', 'jinja'},
@@ -113,6 +115,7 @@ EXTENSIONS = {
'md': {'text', 'markdown'},
'mdx': {'text', 'mdx'},
'mib': {'text', 'mib'},
+ 'mjs': {'text', 'javascript'},
'mk': {'text', 'makefile'},
'ml': {'text', 'ocaml'},
'mli': {'text', 'ocaml'},