mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 13:44:48 +08:00
pythonRepeat have been added to groups contained in FunctionParameters
This commit is contained in:
@@ -190,6 +190,7 @@ endif
|
||||
syn region FunctionParameters start='(' end=')' contains=
|
||||
\ FunctionParameters,
|
||||
\ OptionalParameters,
|
||||
\ pythonRepeat,
|
||||
\ pythonInstanceVariable,
|
||||
\ pythonHexNumber,
|
||||
\ pythonStatement,
|
||||
|
||||
Reference in New Issue
Block a user