Module language

Module language 

Source
Expand description

Language definitions and support traits

This module defines the supported programming languages and provides a uniform interface for language-specific operations.

Enums§

Language
Supported programming languages

Functions§

detect_file_language
Detect programming language from file path (filename or extension). Returns a language name as a string, supporting many more formats than the Language enum. This is useful for display purposes and handling non-parseable file types.