use phf_map;
/// A static map of supported file extensions and their corresponding language names.
pub static SUPPORTED_EXTENSIONS: Map = phf_map! ;
/// Returns a vector of supported file extensions.
///
/// # Returns
///
/// A vector of strings representing the supported file extensions.