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

Add multiline to syntax info #55

Open JelteF opened 8 years ago

JelteF commented 8 years ago

Add multiline info to the syntax names this allows to get more useful information from

synIDattr(synID(line("."), col("."), 0), "name")

I need this info for a better version of gq that I'm working on in this pull request: https://github.com/hynek/vim-python-pep8-indent/pull/29

JelteF commented 8 years ago

Do you want me to fix the indentation again?