pub static HIGHLIGHT_NAMES: &'static [&'static 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>.