Connecting Tech Pros Worldwide Help | Site Map

How to use VS.NET 7.1 to syntax color files with a nonstandard file extension?

Yves
Guest
 
Posts: n/a
#1: Nov 16 '05
A similar question has been answered for version 7.0 , I tried to use the
solution on 7.1, but failed

I added the extension in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \7.1\Languages\Language
services\C++\NCB default C/C++ extensions
but this did not help to get coloring for the files in question

I could not locate the key used to solve the problem under 7.0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \7.0\Languages\File
Extensions

Could you please help? I would be very gratefull,

Yves
Guest
 
Posts: n/a
#2: Nov 16 '05

re: How to use VS.NET 7.1 to syntax color files with a nonstandard file extension?


Here's a REG file that works for me
----------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \7.1
\Languages\File Extensions\.tmpl]
@="{B2F072B0-ABC1-11D0-9D62-00C04FD9DFD9}"
---------------------------
Yves
Guest
 
Posts: n/a
#3: Nov 16 '05

re: How to use VS.NET 7.1 to syntax color files with a nonstandard file extension?


It works ...

Thanks a lot to whoever contributed the tip.
It is a great help in my everydays job.

Sincerely,

Yves

<anonymous@discussions.microsoft.com> wrote in message news:<020f01c3a2af$120ffcc0$a001280a@phx.gbl>...[color=blue]
> Here's a REG file that works for me
> ----------------------------
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \7.1
> \Languages\File Extensions\.tmpl]
> @="{B2F072B0-ABC1-11D0-9D62-00C04FD9DFD9}"
> ---------------------------[/color]
Closed Thread