lib/rouge/lexers/rust.rb in rouge-3.0.0 vs lib/rouge/lexers/rust.rb in rouge-3.1.0
- old
+ new
@@ -16,11 +16,11 @@
def self.keywords
@keywords ||= %w(
as assert break const copy do drop else enum extern fail false
fn for if impl let log loop match mod move mut priv pub pure
- ref return self static struct true trait type unsafe use while
- box
+ ref return self static struct true trait type unsafe use where
+ while box
)
end
def self.builtins
@builtins ||= Set.new %w(