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