This bundle is no longer actively maintained by @miksago, any changes or patches should CC @tjholowaychuk, who now maintains this bundle.
A TextMate Bundle for the Jade templating language.
Installation:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/miksago/jade-tmbundle Jade.tmbundle
Installation for TextMate 2:
mkdir -p ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
git clone https://github.com/miksago/jade-tmbundle Jade.tmbundle
Install Jade: http://jade-lang.com/
For nodejs: npm install -g jade
Patches for additions are always welcome.