Adding script File as a c++ file (Tools->Options->Text Editor->File Extension);
create a file named "usertype.dat" in "C:/Program Files/Microsoft Visual Studio 8/Common7/IDE " ; for example, your script file is Hlsl style, you can config those key word in the usertype.dat:
float2
float3
float4
float4x4
.....
The file contains the hlsl reserved keywords plus some of the combinations. since the types in the file will be highlighted in all C++ code.
Note that you will have to restart VS 2005 to propagate the changes.
good luck, guys!