Integrating edge.js with IntelliJ IDEA

1.1k Views Asked by At

How can I add syntax highlighting to edge.js template files in IntelliJ IDEA / Webstorm?

There is no obvious plugin available. Perhaps there is something for a similar templating engine that would work?

1

There are 1 best solutions below

0
On BEST ANSWER

Ok, i got my answer.

Edge.js is similar to Blade template engine (which is used in Laravel) and after installing Blade plugin in IntelliJ IDEA you should add .edge extension in blade file types:

Settings => Editor => File Types => find Blade => add *.edge pattern using + icon