We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d404efb commit cf46b81Copy full SHA for cf46b81
1 file changed
syntax/python.vim
@@ -193,6 +193,7 @@ syn region FunctionParameters start='(' end=')' contains=
193
\ pythonInstanceVariable,
194
\ pythonHexNumber,
195
\ pythonStatement,
196
+ \ pythonRepeat,
197
\ pythonOctNumber,
198
\ pythonString,
199
\ pythonUniString,
@@ -451,7 +452,7 @@ if s:Enabled("g:python_highlight_builtin_funcs")
451
452
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(pow|property|range)>\ze\('
453
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(repr|reversed|round|setattr)>\ze\('
454
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(slice|sorted|staticmethod|sum|super)>\ze\('
- syn match pythonBuiltinFunc '\v(\.)@<!\zs<(type|vars|zip)>/ze\('
455
+ syn match pythonBuiltinFunc '\v(\.)@<!\zs<(type|vars|zip)>\ze\('
456
endif
457
458
"
0 commit comments