Skip to content

Commit

Permalink
Merge pull request #216 from R-unic/main
Browse files Browse the repository at this point in the history
feat: add cosmo lang icon
  • Loading branch information
xhayper committed Jun 5, 2023
2 parents bd3f968 + d84035d commit 4cdb4f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added assets/icons/cosmo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"language": "c",
"image": "c"
},
{
"language": "cosmo",
"image": "cosmo"
},
{
"language": "cpp",
"image": "cpp"
Expand Down Expand Up @@ -573,6 +577,12 @@
".iced": {
"image": "coffee"
},
".cos": {
"image": "cosmo"
},
".⭐": {
"image": "cosmo"
},
"/\\.c[+px]{2}$|\\.cc$/i": {
"image": "cpp"
},
Expand Down

0 comments on commit 4cdb4f7

Please sign in to comment.