How do I: Visual Studio Syntax Highlighting Extension

后端 未结 2 1281
情书的邮戳
情书的邮戳 2020-12-23 14:48

I want to develop an extension for VS2010 that will allow me make some additional features to syntax-highlighting.

I installed the SDK, how do I start from?

2条回答
  •  被撕碎了的回忆
    2020-12-23 15:46

    You might check out

    http://code.msdn.microsoft.com/ookLanguage

    which has a syntax highlighter in "OokTokenTag.cs" in the C# sample. You do have to parse a whole block of text, of course, but this is not too hard.

    (Found that link from http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/657212c1-1685-4ed6-be2f-cbf34fcc5b20 )

提交回复
热议问题