# File lib/rouge/lexers/cfscript.rb, line 25
      def self.types
        @types ||= %w(
          any array binary boolean component date guid numeric query string struct uuid void xml
        )
      end