Created
September 14, 2012 17:01
-
-
Save tonycoco/3723245 to your computer and use it in GitHub Desktop.
TextMate 2 Bundles
This file contains 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
These are some needed bundles for TM2... | |
cd ~/Library/Application Support/Avian/Bundles | |
git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle | |
git clone https://github.com/kuroir/SCSS.tmbundle | |
git clone https://github.com/mads379/Whitespace.tmbundle | |
open Cucumber.tmbundle/color_themes/Sunburst.tmTheme | |
NOTES: | |
There is already a command that removes trailing whitespace in the Text Bundle called "Remove Trailing Whitespace in Document" and you can make that run on save by giving it the semantic class "callback.document.will-save" in the Bundle Editor. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this