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=
|
syn region FunctionParameters start='(' end=')' contains=
|
||||||
\ FunctionParameters,
|
\ FunctionParameters,
|
||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
|
\ OptionalParameters,
|
||||||
\ pythonInstanceVariable,
|
\ pythonInstanceVariable,
|
||||||
\ pythonConditional,
|
\ pythonConditional,
|
||||||
|
\ pythonComment,
|
||||||
|
\ pythonOperator,
|
||||||
\ pythonOperator,
|
\ pythonOperator,
|
||||||
\ pythonHexNumber,
|
\ pythonHexNumber,
|
||||||
\ pythonStatement,
|
\ pythonStatement,
|
||||||
|
|||||||
Reference in New Issue
Block a user