diff --git a/identify/extensions.py b/identify/extensions.py index df8485f..f8683ad 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -7,6 +7,7 @@ 'apinotes': {'text', 'apinotes'}, 'asar': {'binary', 'asar'}, 'avif': {'binary', 'image', 'avif'}, + 'avsc': {'text', 'avro-schema'}, 'bash': {'text', 'shell', 'bash'}, 'bat': {'text', 'batch'}, 'bats': {'text', 'shell', 'bash', 'bats'},