vim-python / python-syntax

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

[Question] What make different between python.vim from lastest vim8 with one from python-syntax? #38

Closed ghost closed 6 years ago

ghost commented 6 years ago

I don't understand VimL well, so what the different? Why don't just adapt this plugin to python.vim of vim8?

nfnty commented 6 years ago

I haven't looked into the latest upstream syntax highlighting in a while. Feel free to compare them and report back.

has2k1 commented 6 years ago

The main difference is the scope of the highlighted features. The one that ships with vim is narrower (more conservative).

ghost commented 6 years ago

Thanks.