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 with multiline quotes in dark mode #3440

Open
HarryLeBlanc opened this issue Jan 10, 2025 · 0 comments
Open

Bug with multiline quotes in dark mode #3440

HarryLeBlanc opened this issue Jan 10, 2025 · 0 comments

Comments

@HarryLeBlanc
Copy link

There's a bug in how dark mode handles multi-line quotes -- specifically, those with the %q(...) format. Those strings are black on a black background. Regular quoted strings and heredocs work fine.
Here's some example code illustrating the problem:

eval_file "e:/yummy/yummyfillings.rb"

heredoc = <<-TEST
This is a heredoc quoted string.
  TEST

qdoc = %q(
  This is a q quoted string.
)

plain = "This is a plain quoted string."

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