Expand description
Per-language configuration for the query-driven parser engine.
Each supported language implements LanguageConfig to provide its
tree-sitter grammar, S-expression queries, comment style, and any
language-specific fixups.
Enums§
- Comment
Style - How doc-comments are written in a given language.
Traits§
- Language
Config - Configuration a language must supply so the generic
QueryDrivenParsercan extract symbols, calls, and imports.
Functions§
- default_
kind_ mapping - Map a capture-name suffix to a
SymbolKind.