Posted 20 years ago
by Paul Huckstepp
- UK
As i've been trying out the syntax editor I've noticed an issue with the HTML/ASP definition. When you have a line of HTML like:
<img src="images/<%=objrecs("image1")%>">
The component mis-interprets the " in the ASP directive and leaves the string style, therefore colouring the line incorrectly. Is there a way around this so that either the ASP directive is coloured correctly, or the string is coloured fully?
<img src="images/<%=objrecs("image1")%>">
The component mis-interprets the " in the ASP directive and leaves the string style, therefore colouring the line incorrectly. Is there a way around this so that either the ASP directive is coloured correctly, or the string is coloured fully?