Skip to content

Commit

Permalink
Merge pull request #493 from qexat/add_bzip3
Browse files Browse the repository at this point in the history
feat: identify bz3 files as bzip3 archives
  • Loading branch information
asottile authored Dec 17, 2024
2 parents f075954 + b4ace9b commit ea174b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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++'},
Expand Down

0 comments on commit ea174b5

Please sign in to comment.