pub const KNOWN_CODE_LANGUAGES: &[CodeLanguage];Expand description
A small, human-curated set of common languages and their aliases.
Notes:
- Matching is ASCII-case-insensitive.
- Aliases should be lowercase.
pub const KNOWN_CODE_LANGUAGES: &[CodeLanguage];A small, human-curated set of common languages and their aliases.
Notes: