Expand description
Language registry mapping file extensions to tree-sitter grammars.
Each supported language has a grammar and a tree-sitter query that extracts function, class, and method definitions. Compiled queries are cached so that repeated calls for the same extension are free.
Structs§
- Lang
Config - Configuration for a supported source language.
Functions§
- config_
for_ extension - Look up the language configuration for a file extension.