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

Stops highlighting after folded block #80

Open
Gabriel-p opened this issue Jul 5, 2018 · 0 comments
Open

Stops highlighting after folded block #80

Gabriel-p opened this issue Jul 5, 2018 · 0 comments

Comments

@Gabriel-p
Copy link

Check the following example

test_word = 'aa'

if True:
    print(
        test_word)

print(test_word)

The last test_word is properly highlighted when the if block es expanded, but not anymore when it is folded.

@Gabriel-p Gabriel-p changed the title Stops highlighting in folded block Stops highlighting after folded block Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant