mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.43k stars 411 forks source link

Not active in blade template engine #278

Open EwanValentine opened 9 years ago

EwanValentine commented 9 years ago

Great plug-in, just one issue. Obviously a blade template file is technically a .php file, but is there a way to get emmet active in blade files specifically?

mattn commented 9 years ago

Do you mean that you want to use emmet in php file? Or, don't want to use emmet in <?php ?> ?

EwanValentine commented 9 years ago

In a php file, but not within <?php ?>

They're in php files, such as index.blade.php for example. But within a typical blade template file, it's mostly html, for example:

<!DOCTYPE html>
<html>
<body>
Hello, {{ $name }}! 
</body>
</html>

Hope this makes sense

mattn commented 9 years ago

Sorry, still not understand. what is your input, what is your expected output?