A comprehensive textmate / sublime text bundle for the Jade template language, improved for CakePHP 3
This was made specifically for Sublime Text 2, but was tested and works with Textmate 2 and Sublime Text 3
This is an improved version of jade-tmbundle especially updated for CakePHP 3.
In order to use Jade template engine in CakePHP 3, you need to install cakephp-jade using composer
.
Package Control is not supported yet.
mkdir -p ~/Library/Application\ Support/TextMate/Managed/Bundles
cd ~/Library/Application\ Support/TextMate/Managed/Bundles
git clone https://github.com/clthck/cakephp-jade-tmbundle.git JadePHP.tmbundle
mkdir -p ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/clthck/cakephp-jade-tmbundle.git JadePHP
Replace ‘2’ with ‘3’ in case of Sublime Text 3.
Patches for additions are always welcome.