Skip to main content

plugin_for_extension

Function plugin_for_extension 

Source
pub fn plugin_for_extension(
    ext: &str,
) -> Option<&'static (dyn LanguagePlugin + Sync)>
Expand description

The plugin handling files with the given extension (without the dot), if any.