Info
Version: | 2.0.0 |
Author(s): | Jonathan Wood |
Last Update: | Friday, February 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/CodeColorizer |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.CodeColorizer |
Install
Install-Package SoftCircuits.CodeColorizer
dotnet add package SoftCircuits.CodeColorizer
paket add SoftCircuits.CodeColorizer
SoftCircuits.CodeColorizer Download (Unzip the "nupkg" after downloading)
Dependencies
- SoftCircuits.Parsing.Helper(>= 2.3.0)
Tags
The library is language-agnostic, meaning that the the same code is used for all supported languages. Only the language rules change for each language.
Library now targets either .NET 5.0 or .NET Standard 2.0 and supports nullable reference types.