# File lib/rouge/lexers/matlab.rb, line 13
      def self.analyze_text(text)
        return 0.4 if text.match(/^\s*% /) # % comments are a dead giveaway
      end