AtomMaterialUI/color-highlighter

Colors are not rendered in RustRover

Closed this issue · 0 comments

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)