Search found 1 match

by bsopchak
Wed Jun 11, 2003 4:06 pm
Forum: Enhancement Suggestions
Topic: Syntax highlight for embedded languages
Replies: 6
Views: 1965

Am I correct in thinking that this would solve the problem of having HTML code highlighted differently from JSP inside a JSP file?

e.g.:
<% if ( foo = true ) { %>
<a href="http://www.textpad.com">Textpad Site</a>
<% } %>