# File lib/rouge/lexers/properties.rb, line 13 def self.analyze_text(text) return 0.1 if text =~ /\A\[[\w.-]+\]\s*\w+=\w+/ end