ColorCode-Universal icon indicating copy to clipboard operation
ColorCode-Universal copied to clipboard

This is a port of ColorCode to .NET Standard. The original Html only formatter has been separated from the Logic, so now it can produce Syntax Highlighted code for any output. This Project can current...

Results 21 ColorCode-Universal issues
Sort by recently updated
recently updated
newest added
trafficstars

We should have more robust Unit Tests that we can run in the CI pipeline (like the main Toolkit repo has now).

help wanted

![image](https://user-images.githubusercontent.com/6982020/74690692-2625a600-5234-11ea-8f35-89e3edefd961.png) ```c# return new HtmlFormatter().GetHtmlString(code, Languages.Html); ```

help wanted

``` C:\hostedtoolcache\windows\dotnet\sdk\6.0.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(358,5): error NETSDK1127: The targeting pack Microsoft.NETCore.App is not installed. Please restore and try again. [D:\a\1\s\ColorCode.WinUI\ColorCode.WinUI.csproj] ``` Something happened in the last couple of weeks and now something is...

Attempting to build [WinUI-Gallery](https://github.com/microsoft/WinUI-Gallery/) with .NET 8, to validate a Windows App SDK RC that adds .NET 8 support for portable RIDs. This fails because ColorCode.WinUI doesn't support .NET 8....

Im trying to parse this JSON sipped to my Blazor page. But because of some weird RegEx parsing issue the process get stuck without any Exception. Can somebody tell me...

Referencing [this issue on markdown-colorcode](https://github.com/wbaldoumas/markdown-colorcode/issues/83), this package overwrites some of the [behavior used in Markdig](https://github.com/xoofx/markdig/blob/203cfd6508d4f8fca510edd2f66f229ada2c25ad/src/Markdig.Benchmarks/spec.md#fenced-code-blocks) that appears to be in line with [the CommonMark spec](https://spec.commonmark.org/0.30/#example-142), that is, this package does...

There's the following pairs with the same semantic meaning: - `htmlElementName` and `xmlName` - `htmlAttributeName` and `xmlAttribute` - `comment` and `htmlComment` - `string`, `jsonString`, `xmlAttributeValue` and `htmlAttributeValue` - `cssPropertyName` and...

- Background colour wasn't converted to HTML colour format - Sort styles by name, which also has the effect of grouping related styles together by prefix (e.g. html, json, xml)...

Examples: HTML: ![image](https://github.com/CommunityToolkit/ColorCode-Universal/assets/91933/5d10173e-2835-49c6-946d-11d78164f5bc) CSS: ![image](https://github.com/CommunityToolkit/ColorCode-Universal/assets/91933/3dd2ef85-6917-4a3b-8516-952d02cfe7d6) JavaScript and C# look OK.

Issue tasks: - [ ] Create a YAML class inheriting from `ILanguage` - [ ] Implement `LanguageRule` list to support YAML syntax