|
@@ -176,7 +176,7 @@ else
|
176
|
176
|
syn keyword pythonBoolean True False
|
177
|
177
|
syn match pythonFunction "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained
|
178
|
178
|
syn keyword pythonStatement await
|
179
|
|
- syn match pythonStatement "\<async\s\+def\>" display
|
|
179
|
+ syn match pythonStatement "\<async\s\+def\>" nextgroup=pythonFunction skipwhite
|
180
|
180
|
syn match pythonStatement "\<async\s\+with\>" display
|
181
|
181
|
syn match pythonStatement "\<async\s\+for\>" display
|
182
|
182
|
syn match pythonStatement "\<async\s\+with\>" display
|