Search found 1 match
- Tue Feb 24, 2004 11:06 am
- Forum: Enhancement Suggestions
- Topic: Colour coding asp script files
- Replies: 2
- Views: 403
Colour coding asp script files
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 ...