mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54: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,
|
||||
\ pythonComment,
|
||||
\ pythonOperator,
|
||||
\ pythonNumber,
|
||||
\ pythonNumberError,
|
||||
\ pythonFloat,
|
||||
\ pythonHexNumber,
|
||||
\ pythonStatement,
|
||||
\ pythonOctNumber,
|
||||
\ pythonString,
|
||||
\ pythonUniString,
|
||||
\ pythonExClass,
|
||||
\ pythonUniRawString,
|
||||
\ pythonNumber,
|
||||
\ pythonRawString,
|
||||
|
||||
Reference in New Issue
Block a user