mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +08:00
bug with keyword arguments highlighting have been fixed
This commit is contained in:
@@ -187,6 +187,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
syn region FunctionParameters start='(' end=')' contains=
|
syn region FunctionParameters start='(' end=')' contains=
|
||||||
|
\ FunctionParameters,
|
||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
\ pythonInstanceVariable,
|
\ pythonInstanceVariable,
|
||||||
\ pythonHexNumber,
|
\ pythonHexNumber,
|
||||||
|
|||||||
Reference in New Issue
Block a user