mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Consider .ai and .gif files binary by default
A courtesy to anyone with images and illustrator files in their project!
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user