Request: Highlight expressions in f-strings as code.
sgtlaggy opened this issue · 4 comments
sgtlaggy commented
Something like this, so the expressions look like code instead of the entire expression being highlighted the same.
f'a{b}c'nfnty commented
Are you requesting that the bracketed area (b in this case) to just be highlighted normally?
sgtlaggy commented
pokey commented
I think this is the same as @mikevb1 requested, but basically I'd want the { and } to be SPECIAL as they currently are, but everything between the brackets to be highlighted as if it were just standing on its own line.
adigitoleo commented
this gist could be useful (not my work)
