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
Somewhat related to #255 (maybe).
This line induces bad coloring, the string it opens leaks out to the following lines.
https://github.com/renpy/renpy/blob/c998b456a17732d5b36068bc1aad38e87fa6c3ff/testcases/game/script.rpy#L169
Notably, replacing it with this lifts the problem $ b = "{b}" # {/b}
$ b = "{b}" # {/b}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Somewhat related to #255 (maybe).
This line induces bad coloring, the string it opens leaks out to the following lines.
https://github.com/renpy/renpy/blob/c998b456a17732d5b36068bc1aad38e87fa6c3ff/testcases/game/script.rpy#L169
Notably, replacing it with this lifts the problem
$ b = "{b}" # {/b}
The text was updated successfully, but these errors were encountered: