Skip to content

Commit

Permalink
Fix capitalisation in display name for SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 24, 2023
1 parent cc487e7 commit f31106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f31106f

Please sign in to comment.