mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-10 14:41:53 +08:00
function arguments can contain pythonStatement now
This commit is contained in:
@@ -192,6 +192,7 @@ syn region FunctionParameters start='(' end=')' contains=
|
|||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
\ pythonInstanceVariable,
|
\ pythonInstanceVariable,
|
||||||
\ pythonHexNumber,
|
\ pythonHexNumber,
|
||||||
|
\ pythonStatement,
|
||||||
\ pythonOctNumber,
|
\ pythonOctNumber,
|
||||||
\ pythonString,
|
\ pythonString,
|
||||||
\ pythonUniString,
|
\ pythonUniString,
|
||||||
|
|||||||
Reference in New Issue
Block a user