How can I toggle comments on blade.php extension files.
Blade is a Laravel specific file which uses {{-- --}} to comment out.
I installed Nerdcommenter but, don't know how to modify it to work with blade files due to the lack of Vim knowledge
Now, when I comment out the plugin uses
<!-- -->
Does anyone know how to set the thing up or recommend me other plugins?