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:
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
Post a Comment