pub fn parse_file(path: &Path, content: &str) -> Option<Tree>
Parse a file into a tree-sitter syntax tree.