From 5c12d60d55c3e2a980e62646527f664a105d6f73 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Fri, 22 Feb 2013 07:17:25 +0100 Subject: [PATCH] Update README for TextMate 2.0 --- README.markdown | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index cd6fd78..940d08b 100644 --- a/README.markdown +++ b/README.markdown @@ -2,20 +2,16 @@ CoffeeScript.tmbundle --------------------- A **TextMate Bundle** for the **CoffeeScript** programming language. - + Installation: ------------- - cd ~/Library/Application\ Support/TextMate/Bundles (Textmate 1) - cd /Applications/TextMate.app/Contents/SharedSupport/Bundles (Textmate 1.5.10 & 2) - git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScriptBundle.tmbundle +**TextMate 2:** You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you. + +**TextMate 1.x:** [Use the original bundle](https://github.com/jashkenas/coffee-script-tmbundle). The bundle includes syntax highlighting, the ability to compile or evaluate CoffeeScript inline, convenient symbol listing for functions, and a number of expando snippets. Patches for additions are always welcome. ![screenshot](http://jashkenas.s3.amazonaws.com/images/coffeescript/textmate-highlighting.png) - -If your TextMate.app is having trouble finding the `coffee` command, remember that [TextMate doesn't inherit your regular PATH](http://wiki.macromates.com/Troubleshooting/TextMateAndThePath). - -