Reputation: 5197
I'm trying to create ASP.NET syntax highlighter for my blog with IronPython.Hosting and Pygments. The issue is, that Pygments doesn't work on IPy 2.0 atleast without hacking.
Do you have idea how to make it work?
Upvotes: 4
Views: 629
Reputation: 3235
Take a look at this article Pygments for Windows Live Writer.
Over there is the link to the sources and misc files to compile Pygments for IronPython.
Upvotes: 2