Skip to content

Update vegalite theme#133

Merged
thomasp85 merged 3 commits intoposit-dev:mainfrom
thomasp85:issue122-theme-gray
Feb 18, 2026
Merged

Update vegalite theme#133
thomasp85 merged 3 commits intoposit-dev:mainfrom
thomasp85:issue122-theme-gray

Conversation

@thomasp85
Copy link
Copy Markdown
Collaborator

@thomasp85 thomasp85 commented Feb 18, 2026

Fix #122

In addition to updating the theme this PR also includes a fix for strings containing \n

@thomasp85 thomasp85 marked this pull request as ready for review February 18, 2026 11:19
@thomasp85 thomasp85 requested a review from teunbrand February 18, 2026 11:19
Copy link
Copy Markdown
Collaborator

@teunbrand teunbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread src/parser/builder.rs
let text = source.get_text(node);
text.trim_matches(|c| c == '\'' || c == '"').to_string()
let unquoted = text.trim_matches(|c| c == '\'' || c == '"');
process_escape_sequences(unquoted)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has bothered me a few times as well (but not enough to file an issue apparently)

@thomasp85 thomasp85 merged commit 9c529d1 into posit-dev:main Feb 18, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

Update default paper/ink

2 participants