You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a followup to #186. After upgrading to 1.1.0, I'm very excited that rf strings support both regex style and format string. In the attached screenshot, behold how correctly varied correctColoring is. However, any dictionary or class inside of the {} in an rf string is not colored correctly. See how myDict['foo'] varies between incorrectDictionary and regularFString. The square brackets should be purple, and 'foo' orange, but instead it is all absorbed into red.
The text was updated successfully, but these errors were encountered:
This is a followup to #186. After upgrading to 1.1.0, I'm very excited that rf strings support both regex style and format string. In the attached screenshot, behold how correctly varied
correctColoring
is. However, any dictionary or class inside of the {} in an rf string is not colored correctly. See howmyDict['foo']
varies betweenincorrectDictionary
andregularFString
. The square brackets should be purple, and 'foo' orange, but instead it is all absorbed into red.The text was updated successfully, but these errors were encountered: