From 6110d73a67ca4807b6331d21784a92313b9c082b Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Wed, 15 Apr 2026 19:47:59 +0200 Subject: [PATCH] Add support for 'tif' file extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) 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++'},