View Single Post
  #2  
Old 08-05-2014, 08:51 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
UR will syntax color VBScript code in .vb and .vbs files. For other file extensions, you would need to add the extensions to this line in Editor\Schemas\_VBScript.schclass in the UR installation folder:

lexClass:
parent:file = <*.vb|*.vbs|*.otherext1|*.otherext2>
Reply With Quote