Expand description

An extendable syntax highlighter written in Rust.

Re-exports

pub use highlighter_core as core;
pub use highlighter_languages as languages;

Structs

Rust language extension for Highlighter.

An HTML target for Highlighter.

A token in a token context.

Functions

Highlights the provided code block.

Highlights a language extended from the highlighter-languages crate.

Returns the language with the specified name, if any.