Skip to content

Commit

Permalink
feat(icons): add a file icon for CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 17, 2024
1 parent 9dd0369 commit 7ce67bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/language/cuda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/mappings/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub fn get<'a>(
"cr" => ("crystal", "Crystal"),
"cs" => ("csharp", "C#"),
"css" => ("css", "CSS"),
"cuda" => ("cuda", "CUDA"),
"d" => ("d", "D "),
"dart" => ("dart", "Dart"),
"dockerfile" => ("docker", "Docker"),
Expand Down

0 comments on commit 7ce67bf

Please sign in to comment.