From 489d50b72ccb894b7570a7198c3ebb8cb1797819 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Aug 2021 13:58:03 +0200 Subject: Merging upstream version 2.2.13. Signed-off-by: Daniel Baumann --- identify/extensions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'identify') 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'}, -- cgit v1.2.3