I'm working with a PHP file in Notepad++ that correctly highlights PHP code. Within this file, I have JavaScript code which is properly recognized between the
<script type="text/javascript">
and </script>
tags.
However, the CSS code within my PHP files is not being highlighted as it should.
Is there a way to enable proper highlighting of CSS code in PHP files similar to how JavaScript code is highlighted?