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