mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 13:14:36 +08:00
faster syntax highlight (or not, can not test it)
This commit is contained in:
@@ -187,7 +187,7 @@ else
|
||||
syn match pythonStatement "\<async\s\+for\>" display
|
||||
endif
|
||||
|
||||
syn region FunctionParameters start='(' end=')' contains=
|
||||
syn region FunctionParameters start='(' end=')' display contains=
|
||||
\ FunctionParameters,
|
||||
\ OptionalParameters,
|
||||
\ pythonRepeat,
|
||||
|
||||
Reference in New Issue
Block a user