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'},