项目作者: elquimista

项目描述 :
A comprehensive textmate / sublime text bundle for the Jade template language, improved for CakePHP 3
高级语言: HTML
项目地址: git://github.com/elquimista/cakephp-jade-tmbundle.git
创建时间: 2016-01-11T12:36:54Z
项目社区:https://github.com/elquimista/cakephp-jade-tmbundle

开源协议:MIT License

下载


JadePHP.tmbundle (supports CakePHP 3 Jade template engine)

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.

Installation

Using Package Control in SUblime Text 2/3

Package Control is not supported yet.

TextMate 2

  1. mkdir -p ~/Library/Application\ Support/TextMate/Managed/Bundles
  2. cd ~/Library/Application\ Support/TextMate/Managed/Bundles
  3. git clone https://github.com/clthck/cakephp-jade-tmbundle.git JadePHP.tmbundle

Sublime Text manual installation

  1. mkdir -p ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
  2. cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
  3. 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.