Skip to content

Instantly share code, notes, and snippets.

@fiedl
Forked from tonycoco/tm2-bundles
Created October 29, 2025 03:32
Show Gist options
  • Save fiedl/cda6075e6551e34b557291dcbaee0e1a to your computer and use it in GitHub Desktop.
Save fiedl/cda6075e6551e34b557291dcbaee0e1a to your computer and use it in GitHub Desktop.
TextMate 2 Bundles
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