Skip to content

Commit c976888

Browse files
authored
Merge pull request #588 from hofbi/patch-1
Add support for 'tif' file extension
2 parents ccbd337 + 6110d73 commit c976888

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)