Notepad2e
Notepad2e copied to clipboard
Implement nested <style> highlighting in Web Source Code
Notepad2 recognizes <script> (JavaScript) and <?php ?> (PHP) schemes inside Web Source Code, but not <style>. This requires support in the lexer code (Scintilla) which is lacking at the moment. Perhaps we can implement it and send a PR to Scintilla.