I have a PHP file, which Notepad++ correctly highlights any PHP code. Inside of this file, I have some Javascript, which is properly recognized between the <script type="text/javascript">
and </script>
tags.
However, I have some CSS codes that not being properly highlighted in PHP files.
Where I can do highlight CSS codes in PHP files same JavaScript codes ?