<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Python 3.6 f-string variable highlighting]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m trying to find out if it is possible to highlight variables in Python f-strings that were introduced in 3.6</p>
<p dir="auto">ageBob = 10<br />
ageRob = 20<br />
print ( f’'‘Age of Bob is: {ageBob}<br />
Age of Rob is: {ageRob}<br />
‘’’)</p>
<p dir="auto">So entire string inside the triple quotes will be highlighted as a string but {ageBob} and {ageRob} are actually variables that will be substituted. Is there any way to make them being highlighted differently?</p>
<p dir="auto">Thank You!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14908/python-3-6-f-string-variable-highlighting</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 22:52:34 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14908.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Dec 2017 14:53:57 GMT</pubDate><ttl>60</ttl></channel></rss>