We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f1855 commit 4d925a9Copy full SHA for 4d925a9
syntax/python.vim
@@ -174,6 +174,11 @@ else
174
syn match pythonStatement "\<yield\s\+from\>" display
175
syn keyword pythonBoolean True False
176
syn match pythonFunction "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained
177
+ syn keyword pythonStatement await
178
+ syn match pythonStatement "\<async\s\+def\>" display
179
+ syn match pythonStatement "\<async\s\+with\>" display
180
+ syn match pythonStatement "\<async\s\+for\>" display
181
182
endif
183
184
"
0 commit comments