mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-11 23:21:57 +08:00
removed ,
This commit is contained in:
@@ -199,7 +199,7 @@ syn region FunctionParameters start='(' end=')' contains=
|
|||||||
\ pythonRawString,
|
\ pythonRawString,
|
||||||
\ pythonBuiltinObj,
|
\ pythonBuiltinObj,
|
||||||
\ pythonBuiltinFunc,
|
\ pythonBuiltinFunc,
|
||||||
\ pythonBoolean,
|
\ pythonBoolean
|
||||||
\ nextgroup=OptionalParameters
|
\ nextgroup=OptionalParameters
|
||||||
syn match OptionalParameters /\i*\ze=/ display contained
|
syn match OptionalParameters /\i*\ze=/ display contained
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user