Expand description
Per-language configuration for tree-sitter–based extraction.
Each LanguageConfig describes the AST node types that correspond to
classes, functions, imports, and calls for a given language. The actual
tree-sitter grammar crates are not yet wired in; this module is
configuration only.
Structs§
- Language
Config - Metadata describing how to extract entities from a language’s AST.
Functions§
- c_
config - config_
for_ language - Return the
LanguageConfigfor the given language name. - cpp_
config - csharp_
config - elixir_
config - go_
config - java_
config - javascript_
config - julia_
config - kotlin_
config - lua_
config - objc_
config - php_
config - powershell_
config - python_
config - ruby_
config - rust_
config - scala_
config - swift_
config - typescript_
config - zig_
config