pub fn resolve(tag: &str) -> Option<&'static Lang>Expand description
Find the language a fence tag names, where this build carries a grammar for
it. crate::registry::of_tag answers for a tag it can only name.
pub fn resolve(tag: &str) -> Option<&'static Lang>Find the language a fence tag names, where this build carries a grammar for
it. crate::registry::of_tag answers for a tag it can only name.