diff --git a/identify/extensions.py b/identify/extensions.py index fbcee7c..f877350 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -274,6 +274,7 @@ 'tfvars': {'text', 'terraform'}, 'tgz': {'binary', 'gzip'}, 'thrift': {'text', 'thrift'}, + 'tif': {'binary', 'image', 'tiff'}, 'tiff': {'binary', 'image', 'tiff'}, 'toml': {'text', 'toml'}, 'tpp': {'text', 'c++'},