asp script text coloring

Syntax highlighting, code folding, brace matching, code indenting, and function list

asp script text coloring

Postby Wigwam » Fri Dec 15, 2006 9:30 am

I have been through the changes to the text coloring for VBscript ASP pages but can't find the one that changes the color of the <% symbol at the beginning and end of VBscript actions. (they used to be green in the old version) Can anyone tell me which element does this?

Regards

Tog
User avatar
Wigwam
Newbie
 
Posts: 4
Joined: Fri Dec 15, 2006 12:00 am

Re: asp script text coloring

Postby Mofi » Fri Dec 15, 2006 12:37 pm

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.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4064
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: asp script text coloring

Postby Wigwam » Fri Dec 15, 2006 8:23 pm

Thanks again Mofi,

once more you gave me the answer I needed.

regards

Tog
User avatar
Wigwam
Newbie
 
Posts: 4
Joined: Fri Dec 15, 2006 12:00 am


Return to Syntax Highlighting