cucumber-attic / cucumber-tmbundle

TextMate bundle for Cucumber
http://www.benmabey.com
MIT License
203 stars 54 forks source link

Textmate Bundle for Cucumber

This is the official TextMate bundle for Cucumber.

Installation

mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

To install the color themes for the syntax highlighting:

open Cucumber.tmbundle/color_themes/Cobalt.tmTheme
open Cucumber.tmbundle/color_themes/Sunburst.tmTheme
open Cucumber.tmbundle/color_themes/Vibrant\ Ink.tmTheme

Adaptations of other themes is welcome!

If you are using RVM, you can configure TextMate to use your RVM settings (from your .rvmrc file) by following these instructions.

Features

Developing, Hacking, etc.

There is now a Developers ReadMe. Please read this if you are hacking this bundle.

Credits

The Cucumber TextMate Bundle is currently maintained by Andrew Premdas.

TODO