I am developing my own Visual Studio 2010 extension and one of the file extension I have to manage is .cls (it's mandatory and it is not Visual Studio knows about). The syntax highlight which I did for my language works fine, but I can't get rid from Visual Basic (or whatever) Intellisense highlights all over the text complaining about invalid syntax. Does anybody know how to disable built-in support for predefined files in Visual Studio like .cls or similar?
|
feedback
|