Skip to content

Commit dbdc8eb

Browse files
author
Michael Doronin
committed
2 parents cafb876 + a5df8e3 commit dbdc8eb

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

425426
"

0 commit comments

Comments
 (0)