pub fn registry() -> Vec<&'static dyn LanguagePlugin>Expand description
Every self-registered language plugin. The CLI works only through this array
and the LanguagePlugin trait — it never names a concrete language.
Order is link order and is NOT significant: auto-detection treats multiple
matches as an error (it never picks by position), and any user-facing listing
sorts by LanguagePlugin::name.