class Rouge::Lexers::Mathematica

def self.builtins

The list of built-in symbols comes from a wolfram server and is created automatically by rake
def self.builtins
  Kernel::load File.join(Lexers::BASE_DIR, 'mathematica/keywords.rb')
  builtins
end