# File lib/rouge/lexers/haml.rb, line 19
      def self.analyze_text(text)
        return 0.1 if text.start_with? '!!!'
      end