From 26e13ca264d23a4c759eee395311bf84dde5bf75 Mon Sep 17 00:00:00 2001 From: Vitaliy Lotorev Date: Mon, 13 Jan 2025 19:04:26 +0300 Subject: [PATCH] Add '.asm' file extension as 'asm' filetype --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 2abb56a..37e3b33 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -6,6 +6,7 @@ 'asciidoc': {'text', 'asciidoc'}, 'apinotes': {'text', 'apinotes'}, 'asar': {'binary', 'asar'}, + 'asm': {'text', 'asm'}, 'astro': {'text', 'astro'}, 'avif': {'binary', 'image', 'avif'}, 'avsc': {'text', 'avro-schema'},