Is there a custom language add-in for Visual Studio 2012 / VS11?
问题 Well I want to add support for the PAWN language to Visual Studio 2012. But because of the lack of experience and lack of tutorials/add-ins which I can edit it's really a difficult task. For now I only want to add the filetypes and compiler, no need for intellisense and for syntax highlighting the C syntax highlighter can be used. I know there is the OOK Language implementation and Boo Language but those add-ins are for VS2010 and won't compile for VS2012. How would I accomplish this? Is