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