RegexLexer
# File lib/rouge/lexers/ini.rb, line 11 def self.analyze_text(text) return 0.1 if text =~ /\A\[[\w.]+\]\s*\w+=\w+/ end
[Validate]
Generated with the Darkfish Rdoc Generator 2.