Skip to main content

Module lang_config

Module lang_config 

Source
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§

CommentStyle
How doc-comments are written in a given language.

Traits§

LanguageConfig
Configuration a language must supply so the generic QueryDrivenParser can extract symbols, calls, and imports.

Functions§

default_kind_mapping
Map a capture-name suffix to a SymbolKind.