We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbed018 commit 3ef357eCopy full SHA for 3ef357e
syntax/python.vim
@@ -431,7 +431,7 @@ if s:Enabled("g:python_highlight_builtin_objs")
431
syn keyword pythonBuiltinObj None
432
syn keyword pythonBoolean True False
433
syn keyword pythonBuiltinObj Ellipsis NotImplemented
434
- syn match pythonBuiltinObj '\v(\.)@<!<(object|bool|int|float|tuple|str|list|dict|set|frozenset|bytearray|bytes)>'
+ syn match pythonBuiltinObj '\v(\.)@<!<(object|bool|int|float|tuple|str|list|dict|set|frozenset|bytearray|bytes)>' nextgroup=FunctionParameters
435
syn keyword pythonBuiltinObj __debug__ __doc__ __file__ __name__ __package__
436
syn keyword pythonBuiltinObj __loader__ __spec__ __path__ __cached__
437
endif
0 commit comments