ASP Code in HTML <%=code%> highlighting

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Chad M. Kovac

ASP Code in HTML <%=code%> highlighting

Post by Chad M. Kovac »

In a line that contains: value="<%=Address2%>"
I cant figure out how to get TP to realize that while yes, I'm inside my STRING due to the ", I'm breaking out of the string back into code with the <%= and ending at %>
Wish there was an AltEndString or something where we could tell it to look for <%= inside a string and being highlighting again.
Chad M. Kovac

Re: ASP Code in HTML <%=code%> highlighting

Post by Chad M. Kovac »

You know, if it were even possible to have something like this:
StringEnd = <%=
StringAlt = %>

That would work.. but we're limited to ONE character... ?
Post Reply