Skip to content

Instantly share code, notes, and snippets.

View ashramsey's full-sized avatar

Ashley Ramsey ashramsey

View GitHub Profile
@thilo
thilo / gist:55d3ae8b4b75b09788f5
Created November 12, 2014 10:31
Deleteing Manual File Type Bindings for Textmate 2 e.g. to autodetect RSpec File
This is needed for example if you want textmate to switch between rspec and rails file types automagically.
1. Open ~/Library/Application Support/TextMate/Global.tmProperties
2. Delete all entries of the format
[ .fileending ]
fileType = some.filetype
3. Done!