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

Incorrect highlight of decorator's opening parenthesis #13

Closed
playpauseandstop opened this issue Oct 20, 2015 · 6 comments
Closed

Incorrect highlight of decorator's opening parenthesis #13

playpauseandstop opened this issue Oct 20, 2015 · 6 comments
Labels

Comments

@playpauseandstop
Copy link

I discovered that opening parenthesis in decorator highlighted with wrong color, in my case (I'm using Tomorrow Night color scheme) it highlighted with blue color, when closing parenthesis highlighted with white color

Screenshot for MagicPython decorator highlight

screen shot 2015-10-20 at 10 27 08 pm

Screenshot for regular Python decorator highlight

screen shot 2015-10-20 at 10 29 11 pm

@playpauseandstop
Copy link
Author

And I believe same issue for opening parenthesis of getting dict items,

screen shot 2015-10-20 at 10 37 40 pm

@vpetrovykh vpetrovykh added the bug label Oct 20, 2015
@vpetrovykh
Copy link
Member

Thanks for bringing this to our attention. This is a matter of an overzealous scoping rule. Will fix soon.

@vpetrovykh
Copy link
Member

As for the dict item access, this should be already fixed.

@playpauseandstop
Copy link
Author

@vpetrovykh

Yeah, the issue with dict item access already fixed. Confirmed. Thanks

@vpetrovykh
Copy link
Member

I've fixed the asymmetrical highlighting for parentheses. This will be part of the next release (soon).

@vpetrovykh
Copy link
Member

Fixed in v0.4.27 (should be updated in Package Control in a bit). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants