Skip to content

Commit

Permalink
feat: add support for json
Browse files Browse the repository at this point in the history
Refs: #4
  • Loading branch information
izyuumi committed Jul 8, 2024
1 parent f3fb4b9 commit b1c57d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fn discord_rpc() -> Result<(), Box<dyn std::error::Error>> {
"c" => ("C", "c"),
"rb" => ("Ruby", "ruby"),
"java" => ("Java", "java"),
"json" => ("JSON", "json"),
_ => ("Xcode", "xcode"),
};

Expand Down

0 comments on commit b1c57d5

Please sign in to comment.