Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top