Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python syntax file does not include "yield from" statement in Python 3.3+ #398

Closed
papajohn opened this issue Nov 4, 2016 · 1 comment
Closed

Comments

@papajohn
Copy link

papajohn commented Nov 4, 2016

There is now a yield from statement type in Python. In the current python.vim syntax file, yield is highlighted as a regular statement, but from is highlighted as part of an include statement, so the colors of these two adjacent words (which are part of one keyword) don't match.

Wish I knew something about vim syntax files to fix it myself... maybe one day. Thanks!

@splhack
Copy link
Contributor

splhack commented Nov 4, 2016

I recommend you to write the issue in https://github.com/vim/vim/issues since the file is a part of Vim.

@splhack splhack closed this as completed Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants