Created
November 12, 2014 10:31
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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