# File lib/rouge/lexers/coffeescript.rb, line 18 def self.keywords @keywords ||= Set.new %w( for in of while break return continue switch when then if else throw try catch finally new delete typeof instanceof super extends this class by ) end