pub fn language_for_path(path: &Path) -> Option<&'static str>
Return the language name for a file extension (e.g. ".py" → "python").
".py"
"python"