From d61f30a60564bd12c399608927fece59f8111591 Mon Sep 17 00:00:00 2001 From: Michael Doronin Date: Tue, 28 Jun 2016 21:03:09 +0300 Subject: [PATCH] pythonRepeat have been added to groups contained in FunctionParameters --- syntax/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/python.vim b/syntax/python.vim index 6eb6d80..b577d09 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -190,6 +190,7 @@ endif syn region FunctionParameters start='(' end=')' contains= \ FunctionParameters, \ OptionalParameters, + \ pythonRepeat, \ pythonInstanceVariable, \ pythonHexNumber, \ pythonStatement,