Skip to content

Blism is a simple syntax highlighter library for Blazor

License

Notifications You must be signed in to change notification settings

ricardoboss/Blism

Repository files navigation

Blism

Blism is a simple syntax highlighter library for Blazor.

Screenshot

Installation

Install the package from NuGet:

dotnet add package Blism.Language.CSharp # Repeat for other languages

Usage

<SyntaxHighlighter Code="@CSharpSource" Tokenizer="CSharpTokenizer.Instance" Highlighter="CSharpDarkHighlighter.Instance"/>

Supported languages

  • C#
  • Dart
  • YAML
  • Bash

License

This project is licensed under the MIT License - see the LICENSE.md file for details.