AtomMaterialUI/color-highlighter

Wrong detect in python

Closed this issue · 1 comments

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