diff --git a/src/main.rs b/src/main.rs index fb3e941..63fc8d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,6 +65,7 @@ lazy_static! { "https://gitlab.com/ttyperacer/terminal-typeracer".to_string(), // GitLab repo with >40 stars. "https://github.com/esp-rs".to_string(), // Espressif Rust Organization (Organizations have no stars). "https://github.com/arkworks-rs".to_string(), // Rust ecosystem for zkSNARK programming (Organizations have no stars) + "https://marketplace.visualstudio.com/items?itemName=jinxdash.prettier-rust".to_string(), // https://github.com/jinxdash/prettier-plugin-rust has >50 stars ]; }