Skip to content

Commit 26e13ca

Browse files
authored
Add '.asm' file extension as 'asm' filetype
1 parent f093855 commit 26e13ca

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
@@ -6,6 +6,7 @@
66
'asciidoc': {'text', 'asciidoc'},
77
'apinotes': {'text', 'apinotes'},
88
'asar': {'binary', 'asar'},
9+
'asm': {'text', 'asm'},
910
'astro': {'text', 'astro'},
1011
'avif': {'binary', 'image', 'avif'},
1112
'avsc': {'text', 'avro-schema'},

0 commit comments

Comments
 (0)