//! Syntax highlighting for code blocks using syntect.
//!
//! This module provides syntax highlighting functionality for code blocks
//! in markdown documents using the syntect library.
use crateSyntaxThemeVariant;
/// Highlighter for code blocks using syntect.