We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b0a78 commit 3c615fbCopy full SHA for 3c615fb
1 file changed
syntax/python.vim
@@ -98,7 +98,7 @@ else
98
syn match pythonStatement '\<async\s\+for\>'
99
endif
100
101
-syn region FunctionParameters start='(' end=')' display contains=
+syn region FunctionParameters start='(\zs' end='\ze)' display contains=
102
\ FunctionParameters,
103
\ OptionalParameters,
104
\ pythonRepeat,
0 commit comments