summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-04-28 05:29:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-04-28 05:29:56 +0000
commit092af470cec938eb157d7cfdbea13bc9ebd2a2c6 (patch)
tree0c6d7f9ba4e643dbdbae091c5ec25f9b3b6f9b1e /identify
parentAdding upstream version 1.4.14. (diff)
downloadidentify-092af470cec938eb157d7cfdbea13bc9ebd2a2c6.tar.xz
identify-092af470cec938eb157d7cfdbea13bc9ebd2a2c6.zip
Adding upstream version 1.4.15.upstream/1.4.15
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 578b4c1..cd4db92 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -88,6 +88,8 @@ EXTENSIONS = {
'md': {'text', 'markdown'},
'mib': {'text', 'mib'},
'mk': {'text', 'makefile'},
+ 'ml': {'text', 'ocaml'},
+ 'mli': {'text', 'ocaml'},
'mm': {'text', 'c++', 'objective-c++'},
'modulemap': {'text', 'modulemap'},
'ngdoc': {'text', 'ngdoc'},