class Rouge::Lexers::AppleScript

def self.commands

def self.commands
  @commands ||= ['ASCII (character|number)', 'activate', 'beep', 'choose URL',
          'choose application', 'choose color', 'choose file( name)?',
          'choose folder', 'choose from list',
          'choose remote application', 'clipboard info',
          'close( access)?', 'copy', 'count', 'current date', 'delay',
          'delete', 'display (alert|dialog)', 'do shell script',
          'duplicate', 'exists', 'get eof', 'get volume settings',
          'info for', 'launch', 'list (disks|folder)', 'load script',
          'log', 'make', 'mount volume', 'new', 'offset',
          'open( (for access|location))?', 'path to', 'print', 'quit',
          'random number', 'read', 'round', 'run( script)?',
          'say', 'scripting components',
          'set (eof|the clipboard to|volume)', 'store script',
          'summarize', 'system attribute', 'system info',
          'the clipboard', 'time to GMT', 'write', 'quoted form']
end