javascript - EJS syntax highlighting in HTML files with Notepad++ -


i using notepad++ view html files have javascript , ejs (embedded java script, node.js rendering engine) parts. unfortunately syntax highlighting looks this:

enter image description here

with ejs can insert dynamic stuff php in html files. opening tag <% or <%= , close %>.

is there possibility configure notepad++ in such way syntax highlighting between <% %> ignored? or whole block treated normal text or something?

you can try use asp syntax highlighting need use double quote because in asp ' comment.

hopefully it's helpful.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -