RegexLexer
# File lib/rouge/lexers/erlang.rb, line 13 def self.analyze_text(text) return 0.3 if text =~ /^-module[(]\w+[)][.]/ end