Fix capitalisation in display name for SCSS

pull/579/head^2
Wilfred Hughes 2023-11-24 19:42:16 +07:00
parent cc487e7c5d
commit f31106fddd
1 changed files with 1 additions and 1 deletions

@ -150,7 +150,7 @@ pub(crate) fn language_name(language: Language) -> &'static str {
Ruby => "Ruby",
Rust => "Rust",
Scala => "Scala",
Scss => "Scss",
Scss => "SCSS",
Solidity => "Solidity",
Sql => "SQL",
Swift => "Swift",