relux-runtime 0.6.0

Internal: runtime for Relux. No semver guarantees.
1
2
3
4
5
6
//! Relux language definition for highlight.js. The canonical grammar
//! lives in the sibling `highlight-relux.js` file; it is embedded into
//! `event.html` via `event_html.rs` and copied into each mdBook
//! directory by the `just books` target.

pub const HLJS_RELUX_INIT: &str = include_str!("highlight-relux.js");