pub fn is_language_supported(lang: &str) -> bool
Returns true if tree-sitter highlighting is available for lang.
true
lang
This checks both that the corresponding syntax-* feature is enabled and that the language string is recognised.
syntax-*