Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 837 Bytes

README.markdown

File metadata and controls

18 lines (11 loc) · 837 Bytes

CoffeeScript.tmbundle

A TextMate Bundle for the CoffeeScript programming language.

Installation:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript.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

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