Skip to content

Instantly share code, notes, and snippets.

@jasoares
Created May 22, 2012 22:03
Show Gist options
  • Save jasoares/2771929 to your computer and use it in GitHub Desktop.
Save jasoares/2771929 to your computer and use it in GitHub Desktop.
Cucumber reader for sublime2
Just follow these steps:
cd Library/Application Support/Sublime\ Text\ 2/Packages/ ## go to your own directory of sublime
git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber
cd Cucumber/Syntaxes/
rm Cucumber\ Plain\ Text\ Feature.tmLanguage
wget https://raw.github.com/gist/864839/8752ef038ecaab8c9f3174b6ec419ed6f391e0c3/Cucumber%20Plain%20Text%20Feature.tmLanguage
Restart Sublime Text 2.
Then choose view->syntax->cucumber->cucumber steps.
Have Fun!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment