Module language_registry

Module language_registry 

Source
Expand description

Language detection and parser management for programming languages.

Note: Configuration and markup languages (TOML, YAML, Markdown, etc.) are not supported for AST-based operations as they don’t benefit from AST analysis. Use patch-based editing for those file types instead.

Structs§

LanguageRegistry
Language registry for detection and parsing
LanguageRegistryStats
Statistics about the language registry

Enums§

Language
Supported programming languages for AST-based operations