AtomMaterialUI / color-highlighter

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

Wrong detect in python #137

Open YaCenturion opened 8 months ago

YaCenturion commented 8 months ago

Just regular tuple detected as color.

Example:

def wrong_detect(): for x in (0, 1, 2): print(x)

PyCharm 2023:

Screenshot 2023-11-02 092737

Can you fix this? Thanks