vim-python / python-syntax

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

Split builtin objects / types #55

Closed cdonovick closed 5 years ago

cdonovick commented 5 years ago

Create new group for builtin types (object, bool, ...) pythonBultinType and corresponding flag g:python_highlight_builtin_types

Create new group for singleton objects (Ellipsis and NotImplemented) pythonSingleton

also includes https://github.com/vim-python/python-syntax/pull/54

nfnty commented 5 years ago

Thanks!