I want to write a new templating language, and I want Visual Studio to \"support\" it. What I need to know is:
I wrote a VS Language Service using this article as my basis: http://www.codeproject.com/KB/recipes/VSLanguageService.aspx
It wasn't too bad if you have a basic handle on Grammars.