Skip to content

Commit

Permalink
fix(git): support rust as language
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Apr 15, 2023
1 parent 7a36f1b commit fc49bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee_github/src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Github {
"pypip" => plugin_lang = PluginLang::PyPip,
"pypoetry" => plugin_lang = PluginLang::PyPoetry,
"go" => plugin_lang = PluginLang::Go,
"rs" => plugin_lang = PluginLang::Rust,
"rs" | "rust" => plugin_lang = PluginLang::Rust,
"dart" => plugin_lang = PluginLang::Dart,
"js" => plugin_lang = PluginLang::JavaScript,
"ts" => plugin_lang = PluginLang::TypeScript,
Expand Down

0 comments on commit fc49bc2

Please sign in to comment.