summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-12 11:58:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-12 11:58:00 +0000
commit4c55edb24489eebdc1e10cbfe49ebae0a43b8908 (patch)
tree5d132d74c201dc10743597d6e5c54a35c2a012a1 /identify
parentAdding upstream version 2.2.11. (diff)
downloadidentify-4c55edb24489eebdc1e10cbfe49ebae0a43b8908.tar.xz
identify-4c55edb24489eebdc1e10cbfe49ebae0a43b8908.zip
Adding upstream version 2.2.13.upstream/2.2.13
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 a6b2039..3da6526 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -1,5 +1,6 @@
EXTENSIONS = {
'adoc': {'text', 'asciidoc'},
+ 'ai': {'binary', 'adobe-illustrator'},
'asciidoc': {'text', 'asciidoc'},
'apinotes': {'text', 'apinotes'},
'asar': {'binary', 'asar'},
@@ -93,6 +94,7 @@ EXTENSIONS = {
'key': {'text', 'pem'},
'kml': {'text', 'kml', 'xml'},
'kt': {'text', 'kotlin'},
+ 'kts': {'text', 'kotlin'},
'lean': {'text', 'lean'},
'lektorproject': {'text', 'ini', 'lektorproject'},
'less': {'text', 'less'},