From 257394116f98b4d8c8b65a49831e279a3a948fa9 Mon Sep 17 00:00:00 2001 From: AleksaC Date: Fri, 9 Aug 2024 19:43:19 +0200 Subject: [PATCH] add astro extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index cc9d95c..cc3a182 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -6,6 +6,7 @@ 'asciidoc': {'text', 'asciidoc'}, 'apinotes': {'text', 'apinotes'}, 'asar': {'binary', 'asar'}, + 'astro': {'text', 'astro'}, 'avif': {'binary', 'image', 'avif'}, 'avsc': {'text', 'avro-schema'}, 'bash': {'text', 'shell', 'bash'},