Expand description
Language detection by file extension.
Maps file extensions to supported language identifiers.
Functionsยง
- language_
for_ extension - Returns the language identifier for the given file extension, or
Noneif unsupported. - supported_
languages - Returns a static slice of all supported language names based on compiled features.