From 62e2fc77fc9dfefad61fc71c627cce7dc426a59b Mon Sep 17 00:00:00 2001 From: Sudara Date: Sat, 22 Sep 2012 04:02:34 +0300 Subject: [PATCH] Consider .ai and .gif files binary by default A courtesy to anyone with images and illustrator files in their project! --- Applications/TextMate/resources/Default.tmProperties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/TextMate/resources/Default.tmProperties b/Applications/TextMate/resources/Default.tmProperties index 5c63a57b..59ac51df 100644 --- a/Applications/TextMate/resources/Default.tmProperties +++ b/Applications/TextMate/resources/Default.tmProperties @@ -4,7 +4,7 @@ fontSize = 12 exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}" include = "{*,.tm_properties,.htaccess}" -binary = "{*.{icns,ico,jpg,jpeg,m4v,nib,o,pdf,png,psd,pyc,rtf,tif,tiff,xib},Icon\r}" +binary = "{*.{ai,gif,icns,ico,jpg,jpeg,m4v,nib,o,pdf,png,psd,pyc,rtf,tif,tiff,xib},Icon\r}" windowTitleSCM = '${TM_SCM_BRANCH:+ ($TM_SCM_NAME: $TM_SCM_BRANCH)}' windowTitle = '$TM_DISPLAYNAME$windowTitleSCM'