SYMBOL INDEX (18 symbols across 5 files) FILE: build.rs function main (line 5) | fn main() { function add_highlight_names (line 94) | fn add_highlight_names(lang: Language, source: &str, highlights: &mut Ve... FILE: index.d.ts type Language (line 6) | const enum Language { type HastProperties (line 22) | interface HastProperties { type HastNode (line 25) | interface HastNode { type HastTextNode (line 31) | interface HastTextNode { FILE: index.js function isMusl (line 16) | function isMusl() { FILE: src/highlight_names.rs constant HIGHLIGHT_NAMES (line 1) | pub const HIGHLIGHT_NAMES: &[&str] = &[ constant HTML_ATTRS (line 39) | pub const HTML_ATTRS: &[&str] = &[ constant CLASS_NAMES (line 77) | pub const CLASS_NAMES: &[&str] = &[ FILE: src/lib.rs type Language (line 10) | pub enum Language { method highlight_config (line 136) | fn highlight_config(&self) -> &'static HighlightConfiguration { method from_name (line 154) | fn from_name(name: &str) -> Option { function highlight (line 177) | pub fn highlight(code: String, language: Language) -> String { type HastProperties (line 197) | pub struct HastProperties { type HastNode (line 203) | pub struct HastNode { type HastTextNode (line 213) | pub struct HastTextNode { function highlight_hast (line 220) | pub fn highlight_hast(code: String, language: Language) -> HastNode {