Skip to content

Commit 74ec45a

Browse files
Add WindowsAppSDK mention to readme, fix linting
1 parent 61b88db commit 74ec45a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a port of [ColorCode](https://colorcode.codeplex.com/) 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.
44

5-
This Project can currently produce HTML, and Render to UWP RichTextBlocks.
5+
This Project can currently produce HTML, and Render to UWP and WindowsAppSDK RichTextBlocks.
66

77
## Usage
88

@@ -53,6 +53,7 @@ To get the Programming Language manually, you can provide the identifier name, w
5353
```C#
5454
var language = ColorCode.Languages.FindById("java");
5555
```
56+
5657
See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of available Languages to parse.
5758

5859
## Packages
@@ -68,6 +69,7 @@ See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of availab
6869
Please use [GitHub issues](https://github.com/WilliamABradley/ColorCode-Universal/issues) for bug reports and feature requests.
6970

7071
## Contributing
72+
7173
Want to help out and add some more parsing support, or add a new Formatter platform? Submit a PR!
7274

7375
## License

0 commit comments

Comments
 (0)