Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - operator and @decorator colors Python #91

Closed
hect0x7 opened this issue Aug 8, 2023 · 2 comments
Closed

[Bug] - operator and @decorator colors Python #91

hect0x7 opened this issue Aug 8, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@hect0x7
Copy link

hect0x7 commented Aug 8, 2023

Describe the bug

  1. operator (+ - * / ** // == > <) color should be white but golden
  2. @ color should be golden when applying to decorator but green

Platform & Language Details

  • Language: Python
  • IDE Details:
    PyCharm 2023.2 (Professional Edition)
    Build #PY-232.8660.197, built on July 26, 2023
    

Jetbrains Screenshot

Snipaste_2023-08-08_09-54-24

VSCode Screenshot

Snipaste_2023-08-08_09-55-01

Additional context/Logs

code above:

def cache(func):
    pass


@cache
def a(i):
    if i % 2 == 0:
        raise AssertionError
    return 1
@hect0x7 hect0x7 added the bug Something isn't working label Aug 8, 2023
@dinbtechit
Copy link
Owner

Thank you for reporting this bug! Should be easy to fix this.

dinbtechit added a commit that referenced this issue Aug 13, 2023
…orator-light-theme

Fix #91 and improving python light version
dinbtechit added a commit that referenced this issue Aug 13, 2023
…orator-light-theme

Fix #91 adding doc comment color back in
@dinbtechit
Copy link
Owner

Fixed in v.1.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants