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, \ pythonConditional,
\ pythonComment, \ pythonComment,
\ pythonOperator, \ pythonOperator,
\ pythonNumber,
\ pythonNumberError,
\ pythonFloat,
\ pythonHexNumber, \ pythonHexNumber,
\ pythonStatement, \ pythonStatement,
\ pythonOctNumber, \ pythonOctNumber,
\ pythonString, \ pythonString,
\ pythonUniString, \ pythonUniString,
\ pythonExClass,
\ pythonUniRawString, \ pythonUniRawString,
\ pythonNumber, \ pythonNumber,
\ pythonRawString, \ pythonRawString,