Blism.Language.Yaml
1.2.0
See the version list below for details.
dotnet add package Blism.Language.Yaml --version 1.2.0
NuGet\Install-Package Blism.Language.Yaml -Version 1.2.0
<PackageReference Include="Blism.Language.Yaml" Version="1.2.0" />
paket add Blism.Language.Yaml --version 1.2.0
#r "nuget: Blism.Language.Yaml, 1.2.0"
// Install Blism.Language.Yaml as a Cake Addin #addin nuget:?package=Blism.Language.Yaml&version=1.2.0 // Install Blism.Language.Yaml as a Cake Tool #tool nuget:?package=Blism.Language.Yaml&version=1.2.0
Blism
Blism is a simple syntax highlighter library for Blazor.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Blism (>= 1.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# 1.2.0
- Added `BashSyntaxHighlighter` component
- Added `CSharpSyntaxHighlighter` component
- Added `DartSyntaxHighlighter` component
- Added `YamlSyntaxHighlighter` component
# 1.1.0
- Added support for tokenizing Bash
- Added dark theme for Bash
- Made highlighter methods virtual so they can be overridden
# 1.0.0
- Initial release
- Added support for tokenizing C#, Dart and YAML
- Added dark themes for C#, Dart and YAML
- Added a `SyntaxHighlighter` blazor component