mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-01-24 20:12:32 +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