Pigments in IronPython

I am trying to create ASP.NET syntax syntax for my blog using IronPython.Hosting and Pygments. The problem is that Pyigs does not work on IPy 2.0, at least without hacking.

Do you have an idea how to make it work?

+3
source share
1 answer

Take a look at this Pygments article for Windows Live Writer .

Relationship with sources and misc files for compiling Pyigs for IronPython.

+1
source

Source: https://habr.com/ru/post/1702213/


All Articles