faster syntax highlight (or not, can not test it)

This commit is contained in:
Michael Doronin
2016-07-29 09:35:20 +03:00
parent a35dce769d
commit 4523a6d86d

View File

@@ -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,