mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 05:34:46 +08:00
Forgot to add Boolean to the list on groups that FunctionParameters can
contain
This commit is contained in:
@@ -198,7 +198,8 @@ syn region FunctionParameters start='(' end=')' contains=
|
||||
\ pythonNumber,
|
||||
\ pythonRawString,
|
||||
\ pythonBuiltinObj,
|
||||
\ pythonBuiltinFunc
|
||||
\ pythonBuiltinFunc,
|
||||
\ pythonBoolean,
|
||||
\ nextgroup=OptionalParameters
|
||||
syn match OptionalParameters /\i*\ze=/ display contained
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user