How does Notepad++ know to recognize the HTML and CSS in PHP files? Can I do this with PSP files?
- by Andrew Alexander
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…