function arguments can contain pythonStatement now

This commit is contained in:
Michael Doronin
2016-06-28 09:23:58 +03:00
parent dbdc8eb2f6
commit ac37a4f3b6

View File

@@ -192,6 +192,7 @@ syn region FunctionParameters start='(' end=')' contains=
\ OptionalParameters,
\ pythonInstanceVariable,
\ pythonHexNumber,
\ pythonStatement,
\ pythonOctNumber,
\ pythonString,
\ pythonUniString,