Open EwanValentine opened 9 years ago
Do you mean that you want to use emmet in php file? Or, don't want to use emmet in <?php ?>
?
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
Sorry, still not understand. what is your input, what is your expected output?
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?