Skip to content

Commit 5bfa7ad

Browse files
committed
2 parents 67033ee + 5f2d933 commit 5bfa7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/python.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ if exists("python_highlight_builtin_objs") && python_highlight_builtin_objs != 0
249249
" Builtin objects and types
250250
syn keyword pythonBuiltinObj True False Ellipsis None NotImplemented
251251
syn keyword pythonBuiltinObj __debug__ __doc__ __file__ __name__ __package__
252+
syn keyword pythonBuiltinObj self
252253
endif
253254

254255
if exists("python_highlight_builtin_funcs") && python_highlight_builtin_funcs != 0

0 commit comments

Comments
 (0)