Closed chadwhitacre closed 11 years ago
I don't believe this syntax is supported in your python.vim, is it?
{x:y for x,y in [(1,2), (3,4)]}
Actually, I believe it's pyflakes that doesn't recognize it. Sorry!
There are not so many to highlight but for, in and numbers should be properly highlighted.
for
in
I don't believe this syntax is supported in your python.vim, is it?
{x:y for x,y in [(1,2), (3,4)]}