Skip to content

Commit

Permalink
fix: c & csharp displaying incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 12, 2024
1 parent 22c43c5 commit b300334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mappings/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pub fn get_language<'a>(
match filetype {
"asm" => ("assembly", "Assembly"),
"bash" => ("shell", "Bash"),
"c" => ("c", "C"),
"c" => ("c", "C "),
"cpp" => ("cpp", "C++"),
"csharp" => ("csharp", "C#"),
"cs" => ("csharp", "C#"),
"css" => ("css", "CSS"),
"dart" => ("dart", "Dart"),
"dosbatch" => ("shell", "Batch"),
Expand Down

0 comments on commit b300334

Please sign in to comment.