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
Installation for Sublime Text 2:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/miksago/jade-tmbundle Jade
The bundle currently only includes syntax highlighting.
Patches for additions are always welcome.