Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i add syntax highlighting in Eclipse for laravel blade files

I'm using Eclipse IDE as my main IDE for my laravel project. But I don't know how to turn on the highlighting for my blade files. How can i do it ?

like image 1000
TheBAST Avatar asked May 12 '17 10:05

TheBAST


1 Answers

Unfortunately, it seems that Blade support is a very low priority for the Eclipse community. If you want to use a templating engine with Eclipse support, switch to Twig. If you want to use an IDE with Blade support, switch to PHPstorm.

like image 51
llameadrpc Avatar answered Oct 19 '22 05:10

llameadrpc