import related module attributes added to builtin objects highlighting

group
This commit is contained in:
Michael Doronin
2016-06-27 23:46:15 +03:00
parent 7520bfc22d
commit a5df8e35d9

View File

@@ -419,6 +419,7 @@ if s:Enabled("g:python_highlight_builtin_objs")
syn keyword pythonBuiltinObj Ellipsis NotImplemented
syn match pythonBuiltinObj '\v(\.)@<!<(int|float|tuple|str|list|dict|set|frozenset)>'
syn keyword pythonBuiltinObj __debug__ __doc__ __file__ __name__ __package__
syn keyword pythonBuiltinObj __loader__ __spec__ __path__ __cached__
endif
"