Skip to content

Commit 6110d73

Browse files
authored
Add support for 'tif' file extension
1 parent ccbd337 commit 6110d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
'tfvars': {'text', 'terraform'},
275275
'tgz': {'binary', 'gzip'},
276276
'thrift': {'text', 'thrift'},
277+
'tif': {'binary', 'image', 'tiff'},
277278
'tiff': {'binary', 'image', 'tiff'},
278279
'toml': {'text', 'toml'},
279280
'tpp': {'text', 'c++'},

0 commit comments

Comments
 (0)