the yield from construct introduced in PEP 380 is not correctly highlighted. The from portion is highlighted as the standalone from statement, as opposed to the entire statement which should be highlighted as a keyword (that is, from preceeded by yield should be highlighted as as keyword).
Hello,
the
yield from
construct introduced in PEP 380 is not correctly highlighted. Thefrom
portion is highlighted as the standalone from statement, as opposed to the entire statement which should be highlighted as a keyword (that is,from
preceeded byyield
should be highlighted as as keyword).