We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6a827 commit 738e118Copy full SHA for 738e118
syntax/python.vim
@@ -180,7 +180,7 @@ else
180
syn match pythonStatement "\<yield\s\+from\>" display
181
syn keyword pythonBuiltinObj None True False
182
syn match pythonFunction "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained
183
- syn keyword pythonStatement await
+ syn keyword pythonStatement await async
184
syn match pythonStatement "\<async\s\+def\>" nextgroup=pythonFunction skipwhite
185
syn match pythonStatement "\<async\s\+with\>" display
186
syn match pythonStatement "\<async\s\+for\>" display
0 commit comments