9 years ago
Set filetype to HTML when editing files ending in .blade.php since they are view files that consist mainly of HTML and not PHP code.
.blade.php
autocmd BufRead,BufNewFile *.blade.php set filetype=html