mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 13:14:36 +08:00
conditional and operator group is added to groups contained in
FunctionParameters
This commit is contained in:
@@ -191,6 +191,8 @@ syn region FunctionParameters start='(' end=')' contains=
|
||||
\ FunctionParameters,
|
||||
\ OptionalParameters,
|
||||
\ pythonInstanceVariable,
|
||||
\ pythonConditional,
|
||||
\ pythonOperator,
|
||||
\ pythonHexNumber,
|
||||
\ pythonStatement,
|
||||
\ pythonRepeat,
|
||||
|
||||
Reference in New Issue
Block a user