We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e8322 commit 5f2d933Copy full SHA for 5f2d933
1 file changed
syntax/python.vim
@@ -247,6 +247,7 @@ if exists("python_highlight_builtin_objs") && python_highlight_builtin_objs != 0
247
" Builtin objects and types
248
syn keyword pythonBuiltinObj True False Ellipsis None NotImplemented
249
syn keyword pythonBuiltinObj __debug__ __doc__ __file__ __name__ __package__
250
+ syn keyword pythonBuiltinObj self
251
endif
252
253
if exists("python_highlight_builtin_funcs") && python_highlight_builtin_funcs != 0
0 commit comments