# File lib/rouge/lexers/actionscript.rb, line 75 def self.keywords @keywords ||= Set.new %w( for in while do break return continue switch case default if else throw try catch finally new delete typeof is this with ) end