Skip to content

Commit cb0dce6

Browse files
committed
Add support for aspectj file extension.
1 parent d6cf57d commit cb0dce6

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)