We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cafb876 + a5df8e3 commit dbdc8ebCopy full SHA for dbdc8eb
1 file changed
syntax/python.vim
@@ -420,6 +420,7 @@ if s:Enabled("g:python_highlight_builtin_objs")
420
syn keyword pythonBuiltinObj Ellipsis NotImplemented
421
syn match pythonBuiltinObj '\v(\.)@<!<(int|float|tuple|str|list|dict|set|frozenset)>'
422
syn keyword pythonBuiltinObj __debug__ __doc__ __file__ __name__ __package__
423
+ syn keyword pythonBuiltinObj __loader__ __spec__ __path__ __cached__
424
endif
425
426
"
0 commit comments