Skip to content

Commit

Permalink
feat: Add icon for Julia language
Browse files Browse the repository at this point in the history
feat: Add icon for Julia language
  • Loading branch information
vyfor authored May 23, 2024
2 parents dff2413 + 58dd29d commit a678779
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/language/julia.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 @@ -36,6 +36,7 @@ pub fn get<'a>(
"javascript" => ("javascript", "JavaScript"),
"javascriptreact" => ("react", "JSX"),
"json" => ("json", "JSON"),
"julia" => ("julia", "Julia"),
"kotlin" => {
if filename == "build.gradle.kts" {
("gradle", "Gradle")
Expand Down

0 comments on commit a678779

Please sign in to comment.