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