diff --git a/syntax/python.vim b/syntax/python.vim index 6eb6d80..1be4d98 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -193,6 +193,7 @@ syn region FunctionParameters start='(' end=')' contains= \ pythonInstanceVariable, \ pythonHexNumber, \ pythonStatement, + \ pythonRepeat, \ pythonOctNumber, \ pythonString, \ pythonUniString, @@ -451,7 +452,7 @@ if s:Enabled("g:python_highlight_builtin_funcs") syn match pythonBuiltinFunc '\v(\.)@\ze\(' syn match pythonBuiltinFunc '\v(\.)@\ze\(' syn match pythonBuiltinFunc '\v(\.)@\ze\(' - syn match pythonBuiltinFunc '\v(\.)@/ze\(' + syn match pythonBuiltinFunc '\v(\.)@\ze\(' endif "