Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 965 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 965 Bytes

Notice:

This bundle is no longer actively maintained by @miksago, any changes or patches should CC @tjholowaychuk, who now maintains this bundle.

Jade.tmbundle

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.