AtomMaterialUI / color-highlighter

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

Wrong detect in python #137

Closed YaCenturion closed 2 months ago

YaCenturion commented 1 year 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

mallowigi commented 2 months ago

CleanShot 2024-09-13 at 21 19 21