summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-19 04:48:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-19 04:48:02 +0000
commite152dda68a123642a807a4014a84fbfdbdb94a4a (patch)
tree20c8bd8e703c1c9186ccd00282f27db6cf6d4ff8 /identify/extensions.py
parentAdding upstream version 2.3.5. (diff)
downloadidentify-76c6830e3de288b0cfe64d3ab2f5a22828dfd6dd.tar.xz
identify-76c6830e3de288b0cfe64d3ab2f5a22828dfd6dd.zip
Adding upstream version 2.4.0.upstream/2.4.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/extensions.py')
-rw-r--r--identify/extensions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 0c1eb85..de41c1a 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -1,6 +1,7 @@
EXTENSIONS = {
'adoc': {'text', 'asciidoc'},
'ai': {'binary', 'adobe-illustrator'},
+ 'aj': {'text', 'aspectj'},
'asciidoc': {'text', 'asciidoc'},
'apinotes': {'text', 'apinotes'},
'asar': {'binary', 'asar'},
@@ -287,6 +288,8 @@ NAMES = {
'Gemfile': EXTENSIONS['rb'],
'Gemfile.lock': {'text'},
'GNUmakefile': EXTENSIONS['mk'],
+ 'go.mod': {'text', 'go-mod'},
+ 'go.sum': {'text', 'go-sum'},
'Jenkinsfile': EXTENSIONS['jenkins'],
'LICENSE': EXTENSIONS['txt'],
'MAINTAINERS': EXTENSIONS['txt'],