pub fn support_for_grammar(grammar: &str) -> Option<&'static dyn Language>
Get language support by grammar name.
Returns None if the grammar is not recognized or the feature is not enabled.
None