class Rouge::Lexers::Cfscript

def self.types

def self.types
  @types ||= %w(
    any array binary boolean component date guid numeric query string struct uuid void xml
  )
end