highlight.js icon indicating copy to clipboard operation
highlight.js copied to clipboard

enh(python) handle t-strings

Open KuSh opened this issue 3 months ago • 0 comments

Handle t-strings exactly like f-strings as PEP 750 says they use the same syntax:

Template string literals support the full syntax of PEP 701.

Fixes #4325

Changes

Make f-strings behaves like t-strings

Checklist

  • [x] Added markup tests
  • [x] Updated the changelog at CHANGES.md

KuSh avatar Oct 12 '25 01:10 KuSh