AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
40 stars 23 forks source link

Colors are not rendered in RustRover #136

Open 4r7if3x opened 9 months ago

4r7if3x commented 9 months ago

I've noticed that this plugin already supports Color Tuples as well as Rust. I tried it on RustRover, but none of the codes below had a color display on them:

Color::Rgb(255, 0, 0)

// or

Rgb(255, 0, 0)