# File lib/rouge/lexers/plist.rb, line 11
      def self.analyze_text(text)
        return 0.6 if text.start_with?("// !$*UTF8*$!")
      end