Metadata >> NuGet >> FearTheCowboy.Pygments >> 1.0.4.14

1.0.4.14

Metadata

Authors fearthecowboy coapp
Description The Pygments for .NET library exposes two properties and four methods in the Pygments.Highlighter class public static IEnumerable<Lexer> Lexers; // all the language lexers available public static IEnumerable<string> Styles; // all the Styles available public string HighlightToBBCode( ... ) public string HighlightToRTF( ... ) public string HighlightToHtml( ... ) public string HighlightToLatex( ... ) Example: using System.IO; namespace test { class Program { static void Main(string[] args) { var highlighter = new Pygments.Highlighter(); var src = File.ReadAllText(@"program.cs"); File.WriteAllText("output.html", highlighter.HighlightToHtml(src, "c#", "vs", highlightLines: "7 8 9 10")); } } }
LicenseUrl https://bitbucket.org/birkenfeld/pygments-main/src/7304e4759ae65343d89a51359ca538912519cc31/LICENSE?at=default
Owners fearthecowboy coapp
ProjectUrl https://github.com/fearthecowboy/pygments
ReleaseNotes Updated to pygments source v1.6
RequireLicenseAcceptance False
Summary A single assembly .Net wrapper for Pygments Syntax Highlighter
Title Pygments
PackageSize 3347805
PackageHashAlgorithm SHA512
PackageHash TtcwCD5MXrHGiPWpw4Um5HpPIsx7RpwjBDtSb+H9hDzvfHZh/mdwlARVUAeVm4JTSjuo6BL+KWk+y5ZCjcEf1w==
DownloadCount 000000
CreatedDate 2015-07-22T20:48:09

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install FearTheCowboy.Pygments -Version 1.0.4.14 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install FearTheCowboy.Pygments -Version 1.0.4.14 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete FearTheCowboy.Pygments 1.0.4.14 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package FearTheCowboy.Pygments -Version 1.0.4.14 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package FearTheCowboy.Pygments -Version 1.0.4.14 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap FearTheCowboy.Pygments -Version 1.0.4.14
Uninstalling the package:
o remove-wrap FearTheCowboy.Pygments

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries