vim-python / python-syntax

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

Add `mcs` to `self` and `cls` class variables #74

Closed ghost closed 3 years ago

ghost commented 3 years ago

Usually progammers user mcs or cls in metaclasses https://stackoverflow.com/questions/100003/what-are-metaclasses-in-python

This PR adds highlighting for mcs

nfnty commented 3 years ago

Thanks!