Is it possible to easily extend a language with support built-in to Visual Studio 2012, like C# or JavaScript? I would like to know if there's an easy way to do this, rather than implementing the whole IVsLanguageInfo (and whatever else is needed) myself. In my case, I want to add support for a language based off JavaScript with only minor syntax additions.
Thanks!