pub fn language_capability_matrix<I, S>(
file_paths: I,
) -> Vec<LanguageCapabilityRow>Expand description
Build a capability matrix for the languages actually present in file_paths,
sorted by file count (desc) then name. symbols/imports come from
capabilities(); call_graph from supports_call_graph().