Created
May 22, 2012 22:03
-
-
Save jasoares/2771929 to your computer and use it in GitHub Desktop.
Cucumber reader for sublime2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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