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
Hello, I noticed that the new format strings are not highlighted using semchi:
This is what I have using semchi: bar is not highlighted differently from the string around it, it's not clear that there is an interpolation or not here.
When the interpolation has some special words (var not defined, self, ..), it is highlighted though, but it's minimal:
This is what I had using the plugin python-syntax only:
It's slightly better
I think the braces should be highlighted like normal parentheses, and the interpolation code like normal code if possible.
There are similar issues about incorrect highlighting offsets in f-strings, but I think this is different, it's more about the interpolation code that is highlighted like a string and not as code.
The text was updated successfully, but these errors were encountered:
I've read #31 but I think it's different, there is no highlight in my case, and when something is highlighted there is no offset problem (unless it's in a multiline f-string, but then it's definitely #31).
I have the same issue (not highlighting for f-strings) and agree that it is a major problem. Probably have to use python-syntax instead, even though it is generally inferior.
Hello, I noticed that the new format strings are not highlighted using semchi:
This is what I have using semchi:
bar
is not highlighted differently from the string around it, it's not clear that there is an interpolation or not here.When the interpolation has some special words (var not defined, self, ..), it is highlighted though, but it's minimal:
This is what I had using the plugin
python-syntax
only:It's slightly better
I think the braces should be highlighted like normal parentheses, and the interpolation code like normal code if possible.
There are similar issues about incorrect highlighting offsets in f-strings, but I think this is different, it's more about the interpolation code that is highlighted like a string and not as code.
The text was updated successfully, but these errors were encountered: