Hi,
I've noticed that the TextMate Ruby bundle doesn't recognize .rjs file as Ruby(/Rails), and chooses Plain Text.
I found directions here:
http://www.memerocket.com/2006/02/10/tell-textmate-about-your-rjs-templates/
that tell how to modify the bundle to add .rjs. But I'm concerned that doing so will interfere with doing svn updates to get the latest and greatest bundle updates.
Is there any plan on adding this to the official Ruby bundle?
Thanks!
jt
Ask and ye shall receive. Svn up the latest and it should be set.
-David
John Tsombakos wrote:
Hi,
I've noticed that the TextMate Ruby bundle doesn't recognize .rjs file as Ruby(/Rails), and chooses Plain Text.
I found directions here:
http://www.memerocket.com/2006/02/10/tell-textmate-about-your-rjs-templates/
that tell how to modify the bundle to add .rjs. But I'm concerned that doing so will interfere with doing svn updates to get the latest and greatest bundle updates.
Is there any plan on adding this to the official Ruby bundle?
Thanks!
jt
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 4/22/06, David Powers david@grayskies.net wrote:
Ask and ye shall receive. Svn up the latest and it should be set.
-David
Cool!
Umm... Except.. looking at the bundle, I'm not sure it's quite right:
fileTypes = ( 'rbx', 'rjs', 'Rakefile', 'rake', 'cgi', 'fcgi', 'rjs' );
Two 'rjs' and no 'rb' !
jt
On 4/22/06, John Tsombakos tsom467@gmail.com wrote:
fileTypes = ( 'rbx', 'rjs', 'Rakefile', 'rake', 'cgi', 'fcgi', 'rjs' );
Two 'rjs' and no 'rb' !
Nevermind. Something must have happened the first time I updated. I removed the Ruby bundle and re-updated and it's fine now.
Thanks again!
jt
Hrm, mine looks like:
fileTypes = ( 'rb', 'rbx', 'rjs', 'Rakefile', 'rake', 'cgi', 'fcgi' );
even after deleting the Ruby syntax file and restoring it from svn. What happens if you delete the file and re-fetch it from the repository?
John Tsombakos wrote:
On 4/22/06, David Powers david@grayskies.net wrote:
Ask and ye shall receive. Svn up the latest and it should be set.
-David
Cool!
Umm... Except.. looking at the bundle, I'm not sure it's quite right:
fileTypes = ( 'rbx', 'rjs', 'Rakefile', 'rake', 'cgi', 'fcgi', 'rjs' );
Two 'rjs' and no 'rb' !
jt
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate