Skip to content

Re-enable backquoted string syntax.#366

Merged
mikesamuel merged 1 commit intomainfrom
bq-strings
Mar 2, 2026
Merged

Re-enable backquoted string syntax.#366
mikesamuel merged 1 commit intomainfrom
bq-strings

Conversation

@mikesamuel
Copy link
Contributor

Make tagged strings with backquotes work.
Since double quotes are normal for HTML strings, it's nice to be able to do:

html`...`

And it's also what LLMs reach for first.

This was enabled before the most recent rework of """ syntax.

Make tagged strings with backquotes work.
Since double quotes are normal for HTML strings, it's nice to be able to do:

    html`...`

And it's also what LLMs reach for first.

This was enabled before the most recent rework of `"""` syntax.

Signed-off-by: Mike Samuel <mikesamuel@gmail.com>
@mikesamuel mikesamuel merged commit a873317 into main Mar 2, 2026
2 checks passed
@mikesamuel mikesamuel deleted the bq-strings branch March 2, 2026 19:58
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.

2 participants