Colour coding asp script files
Posted: Tue Feb 24, 2004 11:06 am
The colour coding feature which works on asp files, highlighting strings, html & vbscript etc. is great, but at the moment it doesn't handle vbscript comment lines correctly.
This bit of code, in a .asp file, illustrates the problem:
<html>
Some html
<%
fred=test
eric="A string"
'this is a comment line which breaks the colour coding
see="it is now broken"
%>
Some more html
</html>
Any chance of a fix?
This bit of code, in a .asp file, illustrates the problem:
<html>
Some html
<%
fred=test
eric="A string"
'this is a comment line which breaks the colour coding
see="it is now broken"
%>
Some more html
</html>
Any chance of a fix?