aaronbrethorst / coffee-script-tmbundle

A TextMate Bundle for CoffeeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoffeeScript.tmbundle

A TextMate Bundle for the CoffeeScript programming language.

Installation:

TextMate 1

cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScriptBundle.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

TextMate 1.5.10+ & 2

cd /Applications/TextMate.app/Contents/SharedSupport/Bundles
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScriptBundle.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

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

If your TextMate.app is having trouble finding the coffee command, remember that TextMate doesn't inherit your regular PATH.

About

A TextMate Bundle for CoffeeScript