AtomMaterialUI / color-highlighter

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

Add support for C++ 0x hexs #131

Open fran6co opened 10 months ago

fran6co commented 10 months 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