Skip to content

cvrajeesh/pygments-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygments-net

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

Requirements

  • Microsoft DLR
  • IronPython

Install with NuGet

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.