mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-01-24 20:12:32 +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
|
syn match pythonStatement "\<async\s\+for\>" display
|
||||||
endif
|
endif
|
||||||
|
|
||||||
syn region FunctionParameters start='(' end=')' contains=
|
syn region FunctionParameters start='(' end=')' display contains=
|
||||||
\ FunctionParameters,
|
\ FunctionParameters,
|
||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
\ pythonRepeat,
|
\ pythonRepeat,
|
||||||
|
|||||||
Reference in New Issue
Block a user