mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-09 06:04:48 +08:00
floats and onther numbers have been added to a list of groups that could be inside function parameters
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user