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
  load File.join(__dir__, 'mathematica/builtins.rb')
  self.builtins
end