Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save a5his/3792412 to your computer and use it in GitHub Desktop.
Save a5his/3792412 to your computer and use it in GitHub Desktop.
Install the CoffeeScript TextMate bundle in Sublime Text 2
mkdir -p ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/CoffeeScript
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/CoffeeScript
curl -O https://raw.github.com/jashkenas/coffee-script-tmbundle/master/Syntaxes/CoffeeScript.tmLanguage
curl -O https://raw.github.com/jashkenas/coffee-script-tmbundle/master/Preferences/CoffeeScript.tmPreferences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment