Skip to content

Commit

Permalink
Merge pull request #799 from BigChief45/python/async-await
Browse files Browse the repository at this point in the history
Add async and await keywords to Python lexer
  • Loading branch information
gfx authored Oct 11, 2017
2 parents da58ffc + de41b71 commit fc7a376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rouge/lexers/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def self.keywords
assert break continue del elif else except exec
finally for global if lambda pass print raise
return try while yield as with from import yield
async await
)
end

Expand Down

0 comments on commit fc7a376

Please sign in to comment.