class Rouge::Lexers::AppleScript

def self.controls

def self.controls
  @controls ||= ['considering', 'else', 'error', 'exit', 'from', 'if',
         'ignoring', 'in', 'repeat', 'tell', 'then', 'times', 'to',
         'try', 'until', 'using terms from', 'while', 'whith',
         'with timeout( of)?', 'with transaction', 'by', 'continue',
         'end', 'its?', 'me', 'my', 'return', 'of' , 'as']
end