Skip to content

Commit

Permalink
refactor: drop duplicate entry
Browse files Browse the repository at this point in the history
Signed-off-by: Joris Clement <[email protected]>
  • Loading branch information
joclement committed Feb 10, 2025
1 parent bf007b7 commit dfe9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.keywords
@keywords ||= %w(
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
return try while yield as with from import
async await nonlocal
)
end
Expand Down

0 comments on commit dfe9c8d

Please sign in to comment.