//! Syntax highlighting for code blocks
//!
//! Provides simple keyword-based syntax highlighting for common programming languages.
// Re-export helper functions for convenience
pub use ;
// Re-export public API
pub use SyntaxHighlighter;
pub use Language;
pub use SyntaxTheme;
pub use ;