Javascript and CSS formatting in html files
-
I often have javascript and css in my html files. (Who doesn’t?) Although my html colorizing/etc is great in npp, I get no code colorizing for javascript or css. If I change the file extension to .js, then of course I get the js colorizing, but now I lose all my html colorizing.
How can I get “full web” code colorizing for all files with .html extension in cpp?
-
Color for JS inside <script> tags should work in latest version, for CSS it is broken.
-
Ricardo: When I upgraded from NPP 6.7.9.1 to 6.7.9.2, it works great now. Thanks!!