If you use the standard wordfile, select in the syntax highlighting configuration dialog the Language
VBScript Active Server Pages and the Color Group
Tags.
But this will not help you because the characters
% < > are all 3 also word delimiters. The highlighting of
<% and
%> will only work if
% is deleted from the line starting with
/Delimiters = below the line starting with
/L10"VBScript Active Server Pages" in the standard
wordfile.txt in the UltraEdit program directory. This was tested with UE v11.20b. I'm not an ASP programmer, so I don't know which bad effect the deletion of the % character from the list of delimiter characters will have.
As an ASP programmer see also
Syntax highlighting on inline ASP.