Function detect_language_from_extension

Source
pub fn detect_language_from_extension<P: AsRef<Path>>(
    path: P,
) -> Option<&'static str>
Expand description

Detect the language from a file extension