Feature Request: Enhance HTML syntax highlight and code folding for comment based server side extensions inside HTML tags
-
Given the following code (HTML + server side tags), please could the HTML syntax highlighting and code folding accommodate the comment when it is inside an HTML tag.
Many thanks.
<table> <tr class="lists" <!--#4dtext ([job header]job number)-->> <td> </td> </tr> </table>
-
This would have to be something Scintilla supports/implements. Notepad++ just uses the syntax highlighting as-is.
-
Ah, OK. I’ve posted a feature request there then.
Thanks.