https://github.com/elquimista/cakephp-jade-tmbundle
A comprehensive textmate / sublime text bundle for the Jade template language, improved for CakePHP 3
https://github.com/elquimista/cakephp-jade-tmbundle
cakephp-jade jade-template-engine jade-tmbundle sublime-text
Last synced: 4 months ago
JSON representation
A comprehensive textmate / sublime text bundle for the Jade template language, improved for CakePHP 3
- Host: GitHub
- URL: https://github.com/elquimista/cakephp-jade-tmbundle
- Owner: elquimista
- License: mit
- Created: 2016-01-11T12:36:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T18:35:19.000Z (about 8 years ago)
- Last Synced: 2025-01-31T19:45:53.342Z (over 1 year ago)
- Topics: cakephp-jade, jade-template-engine, jade-tmbundle, sublime-text
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://github.com/davidrios/jade-tmbundle) especially updated for **CakePHP 3**.
In order to use Jade template engine in **CakePHP 3**, you need to install [cakephp-jade](http://github.com/clthck/cakephp-jade) using `composer`.
## Installation
### Using Package Control in SUblime Text 2/3
Package Control is not supported yet.
### TextMate 2
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
### Sublime Text manual installation
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.