class Rouge::Lexers::Mathematica
def self.keywords
Although Module, With and Block are normal built-in symbols, we give them a special treatment as they are
def self.keywords @keywords = Set.new %w( Module With Block ) end
def self.keywords @keywords = Set.new %w( Module With Block ) end