We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When coloring python code, triple-quote comments will cause all subsequent code coloring to fail; here's an example:
The text was updated successfully, but these errors were encountered:
Work-around until fixed - as a second step, select the code from if n == 2... down to the bottom and colorize just that separately.
if n == 2...
Sorry, something went wrong.
Okay, thanks for the reply.
Scope override to revert multiline comments
478154c
#1732
Scope override to revert multiline comments (#1735)
d4427c1
stevencohn
Successfully merging a pull request may close this issue.
When coloring python code, triple-quote comments will cause all subsequent code coloring to fail; here's an example:
The text was updated successfully, but these errors were encountered: