class Rouge::Lexers::Mathematica

def self.keywords

the most important expressions for defining local variables
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