summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
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'},