Skip to content

Commit

Permalink
feat(icons): add icon for julia language
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed May 23, 2024
1 parent dff2413 commit 58dd29d
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 58dd29d

Please sign in to comment.