From d9a807a3b3988f3e0b16f19707a47a03ae2077b4 Mon Sep 17 00:00:00 2001 From: Sebastian Weddmark Olsson Date: Wed, 16 Nov 2022 13:45:25 +0100 Subject: [PATCH] Code review: remove beam-files and header-tag --- identify/extensions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/identify/extensions.py b/identify/extensions.py index f94a701..20425cc 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -10,7 +10,6 @@ 'bash': {'text', 'shell', 'bash'}, 'bat': {'text', 'batch'}, 'bats': {'text', 'shell', 'bash', 'bats'}, - 'beam': {'binary', 'erlang'}, 'bib': {'text', 'bib'}, 'bmp': {'binary', 'image', 'bitmap'}, 'bz2': {'binary', 'bzip2'}, @@ -80,7 +79,7 @@ 'hcl': {'text', 'hcl'}, 'hh': {'text', 'header', 'c++'}, 'hpp': {'text', 'header', 'c++'}, - 'hrl': {'text', 'header', 'erlang'}, + 'hrl': {'text', 'erlang'}, 'hs': {'text', 'haskell'}, 'htm': {'text', 'html'}, 'html': {'text', 'html'},