code here...`.">HIGHLIGHT_NAMES in treelight - Rust

Static treelight::HIGHLIGHT_NAMES[][src]

pub static HIGHLIGHT_NAMES: &[&str]
Expand description

The recognized highlight names, when parsing the code to HTML, the spans will have this name within the class attribute, with the dots replaced by -, for example punctuation.delimiter will become <span class="punctuation-delimiter">code here...</span>.