Skip to content

Commit 815ee53

Browse files
authored
Merge pull request #250 from justinnk/master
Add support for aspectj file extension.
2 parents d6cf57d + cb0dce6 commit 815ee53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
EXTENSIONS = {
22
'adoc': {'text', 'asciidoc'},
33
'ai': {'binary', 'adobe-illustrator'},
4+
'aj': {'text', 'aspectj'},
45
'asciidoc': {'text', 'asciidoc'},
56
'apinotes': {'text', 'apinotes'},
67
'asar': {'binary', 'asar'},

0 commit comments

Comments
 (0)