class Rouge::Lexers::Cfscript
def self.declarations
def self.declarations @declarations ||= %w( component property function remote public package private ) end
def self.keywords
def self.keywords @keywords ||= %w( if else var xml default break switch do try catch throw in continue for return while required ) end
def self.types
def self.types @types ||= %w( any array binary boolean component date guid numeric query string struct uuid void xml ) end