hdima / python-syntax

Python syntax highlighting script for Vim
http://www.vim.org/scripts/script.php?script_id=790
MIT License
364 stars 109 forks source link

dictionary comprehensions #3

Closed chadwhitacre closed 11 years ago

chadwhitacre commented 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)]}

chadwhitacre commented 11 years ago

Actually, I believe it's pyflakes that doesn't recognize it. Sorry!

hdima commented 11 years ago

There are not so many to highlight but for, in and numbers should be properly highlighted.