Link to home
Start Free TrialLog in
Avatar of pomorin
pomorin

asked on

VBScript code hightLighting in Visual Basic Web site project

Hello !

I created empty Web site project in Visual Basic in Visual studio 2005.
Then I added empty asp page.
The language by default is VBScript.
I added the code into the page : <%function Test() end function%>.
The code works, but there is not hightlighting for VBScript.
The word 'function' is blue, but 'end' is black.
Hightlighting is for JavaScript  
If I add <%@  language="VBScript" %> - hightlighting appears.
What must I do to see hightlighting for all web site for VBScript ?

Help me, Please !
Thanks a lot !
GoodBye !  
ASKER CERTIFIED SOLUTION
Avatar of sushestvo
sushestvo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pomorin
pomorin

ASKER

When I open http://pietschsoft.com/Blog/Post.aspx?PostID=757 I ger runtime error
Avatar of pomorin

ASKER

It works fine
Thanks a lot