highlight.js
highlight.js copied to clipboard
enh(python) handle t-strings
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