pygments-net is wrapper library created on top of pygments - a python library for syntax higlighting. The source is compiled using IronPython so that .Net developers can leverages the power of pygments
- Microsoft DLR
- IronPython
Use the following command to install pygments-net to your application
Install-Package pygments-net
For compiling the pyments code to .Net dll, run the build_pygment.bat file. Output pygments.dll will be created under the pygments-lib directory.