Posted 21 years ago
by Shandy
- Colombo, Sri Lanka

Does codehighlighter support ASP.NET as a language?
e.g. I would actually like the following highlighted on a web pageA mixture of HTML & ASP.NET (VB.NET)
I have tried HTML as a language and nothing appears. Am I just trying to do something codehighlighter is not designed for?
[ 06-19-2004: Message edited by: Shandy ]
e.g. I would actually like the following highlighted on a web page
<form runat="server" ID="Form1">
<% Literal1.text="<p>Welcome To Shandy's</p>" %>
<asp:Literal id="Literal1" runat="server"></asp:Literal>
<% Page.Response.Write("<p>Rock, Paper, Scissors</p>")%>
<p>
Web Site Game
</p>
</form>
I have tried HTML as a language and nothing appears. Am I just trying to do something codehighlighter is not designed for?
[ 06-19-2004: Message edited by: Shandy ]
Shandy
Microsoft VB MVP
vbCity Leader