Blism is a simple syntax highlighter library for Blazor.
Install the package from NuGet:
dotnet add package Blism.Language.CSharp # Repeat for other languages
<SyntaxHighlighter Code="@CSharpSource" Tokenizer="CSharpTokenizer.Instance" Highlighter="CSharpDarkHighlighter.Instance"/>
- C#
- Dart
- YAML
- Bash
This project is licensed under the MIT License - see the LICENSE.md file for details.