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,
|
\ pythonNumber,
|
||||||
\ pythonRawString,
|
\ pythonRawString,
|
||||||
\ pythonBuiltinObj,
|
\ pythonBuiltinObj,
|
||||||
\ pythonBuiltinFunc
|
\ pythonBuiltinFunc,
|
||||||
|
\ 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