mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +08:00
comment have been added to the function parameters group
This commit is contained in:
@@ -190,8 +190,11 @@ endif
|
||||
syn region FunctionParameters start='(' end=')' contains=
|
||||
\ FunctionParameters,
|
||||
\ OptionalParameters,
|
||||
\ OptionalParameters,
|
||||
\ pythonInstanceVariable,
|
||||
\ pythonConditional,
|
||||
\ pythonComment,
|
||||
\ pythonOperator,
|
||||
\ pythonOperator,
|
||||
\ pythonHexNumber,
|
||||
\ pythonStatement,
|
||||
|
||||
Reference in New Issue
Block a user