floats and onther numbers have been added to a list of groups that could be inside function parameters

This commit is contained in:
Michael Doronin
2016-07-20 17:55:19 +03:00
parent ebcb1ba1e7
commit a35dce769d

View File

@@ -195,11 +195,15 @@ syn region FunctionParameters start='(' end=')' contains=
\ pythonConditional,
\ pythonComment,
\ pythonOperator,
\ pythonNumber,
\ pythonNumberError,
\ pythonFloat,
\ pythonHexNumber,
\ pythonStatement,
\ pythonOctNumber,
\ pythonString,
\ pythonUniString,
\ pythonExClass,
\ pythonUniRawString,
\ pythonNumber,
\ pythonRawString,