As you might know .MVC3 brings an alternative view engine named Razor.
As I understand in order to make this possible MS has put more effort in making integration of alternative view engines easier.
Will this have any impact for other view engines (nHaml, Spark ...)?
What I'm mostly interested in is tooling integration (syntax highlighting, code completion
etc).
As Darin pointed out MVC 3 will not bring intellisense for 3rd party view engines (ultimately it's their responsibility to write the necessary VS plugins)
However, MVC 3 does make it easier to plug 3rd party view engine templates into the Add New Project and Add View dialogs.