Closed kaustavdm closed 11 years ago
@kaustavdm I'll try to work on this. Some help that would be appreciated:
@fxbois Extension for Blade templates is .blade.php
.
There are quite a good number of projects on Github using Blade templating engine. Orchestra is one such project. For examples of code have a look at:
I World prefer an example that centralize all thé features ans synthaxes
@kaustavdm the last commit brings blade compatibility
You're a genius! Things look superb on my Emacs :100: Thanks a lot!
@kaustavdm I'm glad you like it. Do not hesitate to share it with the blade community.
Laravel uses the Blade templating engine, which is in fact a pretty expressive templating engine in PHP. Can this be integrated into web-mode?
Specifically, I want :
{{ }}
and@
tags.{{ }}
as PHP.{{-- --}}
.For details of the Blade templating engine, please see http://laravel.com/docs/views/templating#blade-template-engine.