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§
- Language
Registry - Language registry for detection and parsing
- Language
Registry Stats - Statistics about the language registry
Enums§
- Language
- Supported programming languages for AST-based operations