0

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 ?

Mr Lister
  • 45,515
  • 15
  • 108
  • 150
DM Pro
  • 1

1 Answers1

0

I think the answer is here: Extending language definitions (for code highlighting) in notepad++

You should maybe try this: https://github.com/Banane9/notepadplusplus-twig

Community
  • 1
  • 1
Maciej Wojcik
  • 2,115
  • 2
  • 28
  • 47