I'm using C# and Visual Studio 2012 to implement syntax highlighting of a language embedded in html (much like ASP code inside <% %>). So far, I've found out that I need to use IProjectionBuffer to achieve this, but there are no examples
of how to do this using MEF, apart from a somewhat vague description here: http://msdn.microsoft.com/en-us/library/dd885240.aspx#projection. Does anybody have any ideas as to how to proceed as far as the actual implementation is concerned?
↧