/// Create a new ParseContext with different symbols but sharing source_code, root, errors, and source_map.
// HACK: Tree-sitter can only parse a complete program from top to bottom, not an individual bit of syntax.
pub fn get_metavars<'a>(node: &'a Node<'a>, src: &'a str) -> impl Iterator<Item = String> + 'a {
/// `name` is the name of the documentation file (without .md suffix). If the file is not found or an error occurs, returns None.
format!("https://raw.githubusercontent.com/conjure-cp/conjure/main/docs/bits/{base}.md");