AtomMaterialUI / color-highlighter

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

Highlighting hexadecimal values in Python #56

Closed rmenai closed 2 years ago

rmenai commented 2 years ago

Is your feature request related to a problem? Please describe. So currently I have a class containing color constants. These constants are hexadecimal values (preceded by 0x). Currently, the color highlighting does not work. However, if I make the values into a string it works as expected.

Describe the solution you'd like Highlighting should work on hexadecimal values in Python.

Describe alternatives you've considered Add a new settings option that allows the user to toggle this feature on and off.

Additional context r2vaj1a