pub fn parse_file(source: &str, language: Language) -> Option<Tree>
Parse source code into a tree-sitter Tree for the given language.