Skip to content

Instantly share code, notes, and snippets.

@thilo
Created November 12, 2014 10:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thilo/55d3ae8b4b75b09788f5 to your computer and use it in GitHub Desktop.
Save thilo/55d3ae8b4b75b09788f5 to your computer and use it in GitHub Desktop.
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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment