Please fix ASP parsing to handle ASP.NET code correctly.
Server-side language is specified in Control/Page/script tag.
Examples:
1. <%@ Control Language="c#" ...
2. <script language="C#" runat="server">
But parser thinks that code is in VBScript and highlights it so.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please fix ASP parsing to handle ASP.NET code correctly.
Server-side language is specified in Control/Page/script tag.
Examples:
1. <%@ Control Language="c#" ...
2. <script language="C#" runat="server">
But parser thinks that code is in VBScript and highlights it so.