Vim for Rails Developers, by Ben Orenstein

Codeulate Screencasts In the last months I’ve been working on a Rails project in an Agile team. I worked mostly on TextMate, and its speed is really amazing. It has a full set of features, with snippets, bundles, syntaxes and so on. It has many shortcuts, and apparently there’s no need to switch away from TextMate. But, it has its drawbacks: it’s a Mac only application, so I can’t use it on my Linux box....

July 2, 2010 · 4 min · metalelf0

TextMate Syntax Highlighting Howto: A simple todo list

Today I wanted to add a syntax highlight for my todo list favourite format to TextMate. Here’s how to do it. In TextMate, go to Bundles, then Bundles Editor, then Edit Languages… Click on the plus button in the lower left corner and choose “New Language”. Paste the following code in place of the example code provided. { scopeName = 'todo'; patterns = ( { name = 'todo....

May 14, 2010 · 1 min · metalelf0