Add Syntax Highlighting to IElisonBuffer
问题 I'm working on a project where we've split up C# code into functions and stored these functions within IElisonBuffers. I've got Intellisense hooked up, and the buffers interact with other extensions fine as shown below: However, I cannot get syntax highlighting to work within these editors. I embed these editors via the following steps: Create an IVsInvisibleEditor for the file. Get the IVsTextLines for this IVsInvisibleEditor Create an IVsCodeWindow and set the buffer for this IVsCodeWindow