mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-10 06:31:52 +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=
|
syn region FunctionParameters start='(' end=')' contains=
|
||||||
\ FunctionParameters,
|
\ FunctionParameters,
|
||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
|
\ pythonRepeat,
|
||||||
\ pythonInstanceVariable,
|
\ pythonInstanceVariable,
|
||||||
\ pythonHexNumber,
|
\ pythonHexNumber,
|
||||||
\ pythonStatement,
|
\ pythonStatement,
|
||||||
|
|||||||
Reference in New Issue
Block a user