Function detect_language

Source
pub fn detect_language(
    file_path: &str,
    content: Option<&str>,
) -> Option<Language>
Expand description

Combined language detection using multiple methods