pub fn config_for_extension(ext: &str) -> Option<Arc<LangConfig>>Expand description
Look up the language configuration for a file extension.
Compiled queries are cached per extension so repeated calls are free.
Returns None for unsupported extensions.