AtomMaterialUI / color-highlighter

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

RGB Tuples not Recognizing in Python #108

Closed Zer0-Official closed 11 months ago

Zer0-Official commented 1 year ago

Describe the bug When an RGB tuple is defined in a variable in Python (for pygame), colors do not appear. The other methods work, but not for the one I need.

To Reproduce

  1. write an RGB tuple (example below)

Expected Behavior the tuple should be highlighted with the color

It should contain:

Screenshots Screenshot (124)

mallowigi commented 1 year ago

Thanks for the report but be aware that I'm not working on this project anymore for the time being.

You're free to try fix it yourself though

mallowigi commented 11 months ago

will be available in next release

Zer0-Official commented 11 months ago

Thank you!