CSS+HTML+JS+PHP code style/color
-
Good day, i’m new with Notepadd++ and want to switch from Dreamveawer to it, but i recently got problem.
Old Dreamer can simly color code by HTML tags, and i can edit all code in *.php files, what is VERY handy. This also possible in Zend Studio, but in Notepad++ CSS code inside .php files out of color, only HTML tags colored.
PS. JS code seems to work fine, only CSS left without color
is there simple ways to configure it? Or if not simple, can you point me to sources part or plugin part development to make it?
Many thanks for any help.
example of .php:
**<? if(false){?><style><? }?>.selector
{
rules…
}**