0

Here you can see my ruby bundle is defiantly installed

Bundles

And when editing text I am unable to select ruby from the list (because it doesn't exist), Is this a error with my setup or a bug in text mate? I have re-downloaded text mate and removed the settings by running

$ rm -rf ~/Library/Application Support/TextMate

List available

Oliver Atkinson
  • 7,970
  • 32
  • 43

1 Answers1

2

My bundles are located in two places. For Ruby and other bundles that come preinstalled with TextMate:

~/Library/Application Support/TextMate/Managed/Bundles

Saved 3rd party bundles are in:

~/Library/Application Support/Avian/Bundles

Check those folders and see if you have a Ruby.tmbundle file.

Make sure the ruby source code file is saved with the .rb file extension as well, so TextMate knows to use the Ruby bundle when syntax highlighting, soft-tabbing, etc.

AJcodez
  • 31,780
  • 20
  • 84
  • 118
  • `/Users/oliver.atkinson/Library/Application Support/TextMate/Managed/Bundles/Ruby.tmbundle` exists, and the extension with .rb doesnt add the highlighting nor the ability to run my scripts either. – Oliver Atkinson Apr 18 '13 at 09:15
  • well thats weird. maybe restart textmate and/or your computer. works perfectly on mine `Version 2.0-git (9294)` – AJcodez Apr 18 '13 at 09:17
  • 1
    Ah, I removed ruby.tmbundle and checked out the latest revision from https://github.com/textmate/ruby.tmbundle and it works. – Oliver Atkinson Apr 18 '13 at 09:55
  • 1
    It worked for me as well. But I wonder what made it not working all of a sudden. – Krishna Prasad Varma May 28 '13 at 09:10