summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-04-19 10:02:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-04-19 10:02:24 +0000
commit48b52f2c52f1e6d83ec87a6e9c680d484ea8419c (patch)
treedadfbcb65fb3ab8c6c34cd229041c4bdb64e039a /identify/extensions.py
parentRemoving trailing whitespaces at the end rules. (diff)
downloadidentify-48b52f2c52f1e6d83ec87a6e9c680d484ea8419c.tar.xz
identify-48b52f2c52f1e6d83ec87a6e9c680d484ea8419c.zip
Merging upstream version 1.4.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/extensions.py')
-rw-r--r--identify/extensions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 21d4681..578b4c1 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -4,6 +4,8 @@ from __future__ import unicode_literals
EXTENSIONS = {
+ 'adoc': {'text', 'asciidoc'},
+ 'asciidoc': {'text', 'asciidoc'},
'apinotes': {'text', 'apinotes'},
'asar': {'binary', 'asar'},
'bash': {'text', 'shell', 'bash'},