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
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
I think an extremely nice feature to have would be syntax highlighting for the code inside fstrings such as
s = f"The sum of {six} and {four} is {six + four}"
right now all of that is of the same color and it makes me suffer.
Note: not sure whether this ought to be here or rather in https://github.com/neoclide/coc-highlight or whether you guys don't deal with highlighting at all. Just changed most of my vim stuff for coc and was wondering whether this could be also provided.
The text was updated successfully, but these errors were encountered:
I think an extremely nice feature to have would be syntax highlighting for the code inside fstrings such as
right now all of that is of the same color and it makes me suffer.
Note: not sure whether this ought to be here or rather in https://github.com/neoclide/coc-highlight or whether you guys don't deal with highlighting at all. Just changed most of my vim stuff for coc and was wondering whether this could be also provided.
The text was updated successfully, but these errors were encountered: