python-syntax
python-syntax copied to clipboard
More module attributes
A couple of "builtin globals" (actually module attributes) are missing highlighting: __loader__, __spec__, __path__ and __cached__ (see https://docs.python.org/3/reference/import.html#import-related-module-attributes).
This has been fixed over at the fork vim-python/python-syntax.