AtomMaterialUI / color-highlighter

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

Add support for C++ 0x hexs #131

Closed fran6co closed 4 months ago

fran6co commented 1 year ago

In C++ it's very common to write stuff like this:

drawCircle({10, 10}, 5, 1, 0xFF0000);

It would be nice if 0x hexes to be parsed and show the color