How does Notepad++ know to recognize the HTML and CSS in PHP files? Can I do this with PSP files?
Posted
by
Andrew Alexander
on Super User
See other posts from Super User
or by Andrew Alexander
Published on 2012-05-11T20:29:21Z
Indexed on
2012/06/24
21:18 UTC
Read the original article
Hit count: 254
notepad++
I am trying to get Notepad++ to recognize PSP (Python Server Pages) files. I've got it to recognize Python (by adding PSP to the ext=
section), however it doesn't seem to understand that Python is only within the <% %>
and <%= %>
sections.
I want it to parse HTML, CSS, Javascript and possibly even PHP (though if I am using PSP, I'd probably stick with that) as well, showing all the colors, etc, that would normally be associated with it.
How do I go about that?
© Super User or respective owner