diff --git a/identify/extensions.py b/identify/extensions.py index 10fe83f8..172e9c77 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -20,6 +20,7 @@ 'bib': {'text', 'bib'}, 'bmp': {'binary', 'image', 'bitmap'}, 'bz2': {'binary', 'bzip2'}, + 'bz3': {'binary', 'bzip3'}, 'bzl': {'text', 'bazel'}, 'c': {'text', 'c'}, 'c++': {'text', 'c++'},