Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Syntax highlighting inside fstrings. #91

Closed
scarlehoff opened this issue Sep 18, 2019 · 2 comments
Closed

Syntax highlighting inside fstrings. #91

scarlehoff opened this issue Sep 18, 2019 · 2 comments

Comments

@scarlehoff
Copy link

scarlehoff commented Sep 18, 2019

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.

@chemzqm
Copy link
Member

chemzqm commented Sep 18, 2019

It's not lsp feature, use other plugin for it

@chemzqm chemzqm closed this as completed Sep 18, 2019
@Congee
Copy link

Congee commented Apr 21, 2020

FWIW, the upstream is eyeing on this microsoft/python-language-server#1903

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants