pub fn get_context_snippet( source: &str, line: usize, col: usize, ) -> Option<String>
Get a snippet of context around a line.