Skip to content

Commit

Permalink
add async keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
andriykohut committed Dec 30, 2015
1 parent 5bd60fa commit 0c3b469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/python.vim
Expand Up @@ -75,7 +75,7 @@ endif
syn keyword pythonStatement yield
syn keyword pythonLambdaExpr lambda
syn keyword pythonStatement with as
syn keyword pythonStatement await
syn keyword pythonStatement async await

syn keyword pythonStatement def nextgroup=pythonFunction skipwhite
syn match pythonStatement "\<async\s\+def\>" nextgroup=pythonFunction skipwhite
Expand Down

0 comments on commit 0c3b469

Please sign in to comment.