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