I write code in Oracle PL/SQL server pages. I’m looking for an editor which can smartly highlight syntax. For example:
File starts off in html by default:
======================================
Html
Html
Hmlt
<%
now writing oracle pl/sql code
more code
more code
%>
Now in html mode
Html
Html
Html when in html #xyz()# the pound means to go back into plsql mode
Html
Html
========================================
I guess oracle .psp files do not have a template, is there a way to tell Zeus to highlight syntax according to code delimiters?
Syntax highlight
You would need to create a new document type usiing the Options, Document Type menu.I guess oracle .psp files do not have a template
Unfortunately this is not possibleI guess oracle .psp files do not have a template, is there a way to tell Zeus to highlight syntax according to code delimiters?

The best that could be done in this case would be to define <% %> as a comment block and have it displayed in comment colors.
Cheers Jussi