From a5df8e35d9c21e0a2b711a2ea969142723935f08 Mon Sep 17 00:00:00 2001 From: Michael Doronin Date: Mon, 27 Jun 2016 23:46:15 +0300 Subject: [PATCH] import related module attributes added to builtin objects highlighting group --- syntax/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/python.vim b/syntax/python.vim index 5521b8c..14966ae 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -419,6 +419,7 @@ if s:Enabled("g:python_highlight_builtin_objs") syn keyword pythonBuiltinObj Ellipsis NotImplemented syn match pythonBuiltinObj '\v(\.)@' syn keyword pythonBuiltinObj __debug__ __doc__ __file__ __name__ __package__ + syn keyword pythonBuiltinObj __loader__ __spec__ __path__ __cached__ endif "