2

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?

Ali Sherafat
  • 3,506
  • 2
  • 38
  • 51

1 Answers1

9

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

Ali Sherafat
  • 3,506
  • 2
  • 38
  • 51