vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

Strings not coloured accross lines #51

Closed podfran closed 5 years ago

podfran commented 5 years ago

When I break a long string in a return statement, the string is highlighted until the end of the line and not until the end of the string (' or " character). This can be easily fixed by modifying lines 154 and 155 in syntax/python.vim.