简体   繁体   中英

Integrating edge.js with IntelliJ IDEA

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM